Skip to content

Commit 1fbe2f6

Browse files
author
Inbal Tako
committed
Fix pycrypto
1 parent 867dcdb commit 1fbe2f6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
requests~=2.23.0
2-
crypto==1.4.1
2+
pycrypto~=2.6.1
33
responses==0.10.14
44
requests-mock==1.8.0
55
pytest==5.4.3

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
long_description_content_type="text/markdown",
2424
install_requires=[
2525
"requests",
26-
"crypto",
26+
"pycrypto",
2727
],
2828
classifiers=[
2929
'Development Status :: 5 - Production/Stable',

0 commit comments

Comments
 (0)