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 e050bfd commit 677f736Copy full SHA for 677f736
requirements.txt
@@ -1,5 +1,5 @@
1
pip>=19.3.1
2
-setuptools>=44.0.0
+setuptools>=45.0.0
3
setuptools-scm>=3.3.3
4
wheel>=0.33.6
5
six==1.13.0
@@ -34,7 +34,7 @@ pyopenssl==19.1.0
34
packaging>=20.0
35
pygments==2.5.2
36
colorama==0.4.3
37
-coverage>=5.0.2
+coverage>=5.0.3
38
pymysql==0.9.3
39
pyotp==2.3.0
40
boto==2.49.0
setup.py
@@ -117,7 +117,7 @@
117
'packaging>=20.0',
118
'pygments>=2.5.2',
119
'colorama==0.4.3',
120
- 'coverage>=5.0.2',
+ 'coverage>=5.0.3',
121
'pymysql==0.9.3',
122
'pyotp==2.3.0',
123
'boto==2.49.0',
0 commit comments