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 ae46489 commit 5e01104Copy full SHA for 5e01104
requirements.txt
@@ -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.42.0
+tqdm>=4.42.1
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.42.0',
+ 'tqdm>=4.42.1',
125
'flake8==3.7.9',
126
'certifi>=2019.11.28',
127
'pdfminer.six==20191110;python_version<"3.5"',
0 commit comments