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 f27a843 commit 4d4e983Copy full SHA for 4d4e983
requirements.txt
@@ -2,7 +2,7 @@ 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
5
-wheel>=0.33.6
+wheel>=0.34.1
6
six==1.14.0
7
nose==1.3.7
8
ipdb==0.12.3
@@ -39,7 +39,7 @@ pymysql==0.9.3
39
pyotp==2.3.0
40
boto==2.49.0
41
cffi>=1.13.2
42
-tqdm>=4.41.1
+tqdm>=4.42.0
43
flake8==3.7.9
44
certifi>=2019.11.28
45
pdfminer.six==20191110;python_version<"3.5"
setup.py
@@ -121,7 +121,7 @@
121
'pyotp==2.3.0',
122
'boto==2.49.0',
123
'cffi>=1.13.2',
124
- 'tqdm>=4.41.1',
+ 'tqdm>=4.42.0',
125
'flake8==3.7.9',
126
'certifi>=2019.11.28',
127
'pdfminer.six==20191110;python_version<"3.5"',
0 commit comments