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 b586474 commit ab4e6ebCopy full SHA for ab4e6eb
requirements.txt
@@ -1,5 +1,5 @@
1
pip>=19.3.1
2
-setuptools>=41.5.1
+setuptools>=41.6.0
3
setuptools-scm>=3.3.3
4
wheel>=0.33.6
5
six>=1.12.0
@@ -34,6 +34,6 @@ pymysql>=0.9.3
34
pyotp>=2.3.0
35
boto>=2.49.0
36
cffi>=1.13.1
37
-tqdm>=4.36.1
+tqdm>=4.37.0
38
flake8>=3.7.9
39
certifi>=2019.9.11
setup.py
@@ -117,7 +117,7 @@
117
'pyotp>=2.3.0',
118
'boto>=2.49.0',
119
'cffi>=1.13.1',
120
- 'tqdm>=4.36.1',
+ 'tqdm>=4.37.0',
121
'flake8>=3.7.9',
122
'certifi>=2019.9.11',
123
],
0 commit comments