Skip to content

Commit 8a757f7

Browse files
author
Roland Hedberg
committed
Complete move from Crypto to Cryptodome
1 parent 3d48c49 commit 8a757f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"Topic :: Software Development :: Libraries :: Python Modules",
4242
"Programming Language :: Python :: 2.7",
4343
"Programming Language :: Python :: 3.4"],
44-
install_requires=["pycryptodome", "requests", "six", "future"],
44+
install_requires=["pycryptodomex", "requests", "six", "future"],
4545
tests_require=['pytest'],
4646
zip_safe=False,
4747
scripts=glob.glob('script/*.py'),

0 commit comments

Comments
 (0)