Skip to content

Commit f5b98ad

Browse files
authored
Make requirements more flexible (#36)
1 parent 7eab46e commit f5b98ad

File tree

1 file changed

+19
-19
lines changed

1 file changed

+19
-19
lines changed

requirements.txt

+19-19
Original file line numberDiff line numberDiff line change
@@ -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
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

0 commit comments

Comments
 (0)