Skip to content

Commit 1090250

Browse files
authored
As pycrypto is deprecated added its alternative pycrypto
1 parent 63b96f6 commit 1090250

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
@@ -18,7 +18,7 @@
1818
install_requires=[
1919
"requests",
2020
"arrow",
21-
"pycrypto",
21+
"pycryptodome",
2222
],
2323
classifiers=[
2424
'Development Status :: 2 - Pre-Alpha',

0 commit comments

Comments
 (0)