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 867dcdb commit 1fbe2f6Copy full SHA for 1fbe2f6
requirements.txt
@@ -1,5 +1,5 @@
1
requests~=2.23.0
2
-crypto==1.4.1
+pycrypto~=2.6.1
3
responses==0.10.14
4
requests-mock==1.8.0
5
pytest==5.4.3
setup.py
@@ -23,7 +23,7 @@
23
long_description_content_type="text/markdown",
24
install_requires=[
25
"requests",
26
- "crypto",
+ "pycrypto",
27
],
28
classifiers=[
29
'Development Status :: 5 - Production/Stable',
0 commit comments