We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed50f46 commit e855aa8Copy full SHA for e855aa8
requirements.txt
@@ -7,7 +7,7 @@ google-cloud-storage==1.2.0
7
# requests should be before dulwich to avoid urllib3 version conflict
8
requests==2.21.0
9
dulwich==0.19.11
10
-jinja2 ==2.10
+jinja2==2.10.1
11
humanize==0.5.1
12
python-dateutil==2.7.3
13
pygtrie==2.3
setup.py
@@ -32,9 +32,9 @@
32
"clint>=0.5.0,<0.6",
33
"google-cloud-storage>=1.2,<=1.2.0",
34
35
- "requests >=2.0,<3.0",
+ "requests>=2.0,<3.0",
36
"dulwich>=0.19,<1.0",
37
- "jinja2 >=2.0,<3.0",
+ "jinja2>=2.10.1,<3.0",
38
"humanize>=0.5.0,<0.6",
39
"python-dateutil>=2.0,<3.0",
40
"typing;python_version<'3.5'",
0 commit comments