We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cfceea8 commit e32529fCopy full SHA for e32529f
setup.py
@@ -32,5 +32,5 @@
32
keywords='myjdapi jdownloader my.jdownloader api development',
33
packages=find_packages(exclude=['contrib', 'docs', 'tests']),
34
# py_modules=["libgenapi"],
35
- install_requires=['requests','pycrypto'],
+ install_requires=['requests','pycryptodome'],
36
)
0 commit comments