We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7eab46e commit f5b98adCopy full SHA for f5b98ad
requirements.txt
@@ -1,19 +1,19 @@
1
-atomicwrites==1.3.0
2
-attrs==19.3.0
3
-certifi==2019.9.11
4
-chardet==3.0.4
5
-idna==2.8
6
-importlib-metadata==0.23
7
-more-itertools==7.2.0
8
-packaging==19.2
9
-pluggy==0.13.0
10
-py==1.8.0
11
-pyparsing==2.4.4
12
-pytest==5.2.2
13
-requests==2.22.0
14
-six==1.13.0
15
-urllib3==1.25.6
16
-wcwidth==0.1.7
17
-websocket-client==0.56.0
18
-websockets==8.0.2
19
-zipp==0.6.0
+atomicwrites>=1.3.0
+attrs>=19.3.0
+certifi>=2019.9.11
+chardet>=3.0.4
+idna>=2.8
+importlib-metadata>=0.23
+more-itertools>=7.2.0
+packaging>=19.2
+pluggy>=0.13.0
+py>=1.8.0
+pyparsing>=2.4.4
+pytest>=5.2.2
+requests>=2.22.0
+six>=1.13.0
+urllib3>=1.25.6
+wcwidth>=0.1.7
+websocket-client>=0.56.0
+websockets>=8.0.2
+zipp>=0.6.0
0 commit comments