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 26cf74a commit 40dbf3fCopy full SHA for 40dbf3f
requirements.txt
@@ -1,7 +1,7 @@
1
pip>=20.0.2
2
setuptools>=44.0.0;python_version<"3"
3
-setuptools>=45.1.0;python_version>="3"
4
-setuptools-scm>=3.4.3
+setuptools>=45.2.0;python_version>="3"
+setuptools-scm>=3.5.0
5
wheel>=0.34.2
6
six==1.14.0
7
nose==1.3.7
@@ -38,7 +38,7 @@ coverage>=5.0.3
38
pymysql==0.9.3
39
pyotp==2.3.0
40
boto==2.49.0
41
-cffi>=1.13.2
+cffi>=1.14.0
42
tqdm>=4.42.1
43
flake8==3.7.9
44
certifi>=2019.11.28
setup.py
@@ -120,7 +120,7 @@
120
'pymysql==0.9.3',
121
'pyotp==2.3.0',
122
'boto==2.49.0',
123
- 'cffi>=1.13.2',
+ 'cffi>=1.14.0',
124
'tqdm>=4.42.1',
125
'flake8==3.7.9',
126
'certifi>=2019.11.28',
0 commit comments