Skip to content

Commit cfcaf82

Browse files
committed
Replace pycrypto with pycryptodome
1 parent 1d95413 commit cfcaf82

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
@@ -11,7 +11,7 @@
1111
download_url = 'https://github.com/Cryptolens/cryptolens-python/archive/v_06.tar.gz', # I explain this later on
1212
keywords = ['software licensing', 'licensing library', 'cryptolens'], # Keywords that define your package best
1313
install_requires=[ # I get to this in a second
14-
'pycrypto'
14+
'pycryptodome'
1515
],
1616
classifiers=[
1717
#'Development Status :: 5 - Stable', # Chose either "3 - Alpha", "4 - Beta" or "5 - Production/Stable" as the current state of your package

0 commit comments

Comments
 (0)