Skip to content

Commit

Permalink
change from pycrypto to pycryptodome
Browse files Browse the repository at this point in the history
  • Loading branch information
Nayil Mukhametshin committed Jul 20, 2020
1 parent 284c117 commit fed3a81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
],
},
install_requires=[
"pycrypto",
"pycryptodome",
"click"
],
python_requires='>=3.6',
Expand Down

0 comments on commit fed3a81

Please sign in to comment.