Works on 3.9

Also made sure users have recent(ish) package versions
This commit is contained in:
Theelgirl 2020-10-28 13:59:44 +00:00 committed by GitHub
parent 7b5113dda1
commit 146710f5d2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 3 deletions

View File

@ -65,6 +65,7 @@ setup(
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Operating System :: Microsoft :: Windows :: Windows 10",
"Operating System :: Microsoft :: Windows :: Windows 8",
"Operating System :: Microsoft :: Windows :: Windows 8.1",
@ -77,9 +78,9 @@ setup(
"cython >= 3.0a6"
],
install_requires=[
"bitstring",
"pillow",
"tqdm",
"bitstring >= 3.1.6",
"pillow >= 7.2.0",
"tqdm >= 4.49.0",
"cryptography >= 3.1.1",
"pycryptodome >= 3.9.8"
],