We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c73a323 commit d29b315Copy full SHA for d29b315
requirements.txt
@@ -4,11 +4,12 @@ numpy==1.14.0
4
scipy==1.0.0
5
clint==0.5.1
6
google-cloud-storage==1.2.0
7
+# Requests should be first to avoid dependency problems on urllib3
8
+requests==2.21.0
9
dulwich==0.19.11
10
jinja2 ==2.10
11
humanize==0.5.1
12
python-dateutil==2.7.3
-requests==2.21.0
13
pygtrie==2.3
14
xxhash==1.2.0
15
spdx==2.5.0
setup.py
@@ -31,11 +31,11 @@
31
"scipy>=1.0,<2.0",
32
"clint>=0.5.0,<0.6",
33
"google-cloud-storage>=1.2,<=1.2.0",
34
+ "requests >=2.0,<3.0",
35
"dulwich>=0.19,<1.0",
36
"jinja2 >=2.0,<3.0",
37
"humanize>=0.5.0,<0.6",
38
"python-dateutil>=2.0,<3.0",
- "requests >=2.0,<3.0",
39
"typing;python_version<'3.5'",
40
"pygtrie>=1.0,<3.0",
41
"xxhash>=1.0,<2.0",
0 commit comments