Skip to content

Commit 316069c

Browse files
committed
update requirements to include compatible versions
1 parent f9a96ef commit 316069c

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

requirements.txt

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
arrow==0.12.1
2-
backports.functools-lru-cache==1.5
3-
certifi==2018.4.16
4-
chardet==3.0.4
5-
idna==2.6
6-
python-dateutil==2.7.3
7-
requests==2.20.1
8-
six==1.11.0
9-
urllib3==1.22
1+
arrow~=0.12.1
2+
backports.functools-lru-cache~=1.5
3+
certifi~=2018.4.16
4+
chardet~=3.0.4
5+
idna~=2.6
6+
python-dateutil~=2.7.3
7+
requests~=2.20.1
8+
six~=1.14.0
9+
urllib3~=1.22

0 commit comments

Comments
 (0)