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 a6b4806 commit 896883bCopy full SHA for 896883b
requirements.txt
@@ -1,5 +1,5 @@
1
pip>=19.3.1
2
-setuptools>=43.0.0
+setuptools>=44.0.0
3
setuptools-scm>=3.3.3
4
wheel>=0.33.6
5
six==1.13.0
@@ -38,7 +38,7 @@ pymysql==0.9.3
38
pyotp==2.3.0
39
boto==2.49.0
40
cffi>=1.13.2
41
-tqdm>=4.41.0
+tqdm>=4.41.1
42
flake8==3.7.9
43
certifi>=2019.11.28
44
pdfminer.six==20191110
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.0',
+ 'tqdm>=4.41.1',
125
'flake8==3.7.9',
126
'certifi>=2019.11.28',
127
'pdfminer.six==20191110',
0 commit comments