Skip to content

Commit 43209e1

Browse files
author
Carl Vitzthum
authored
Try to allow newer requirements versions
1 parent 6158711 commit 43209e1

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

requirements.txt

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
boto3==1.4.1
2-
botocore==1.4.61
3-
click==6.6
4-
docutils==0.12
5-
futures==3.0.5
6-
jmespath==0.9.0
7-
pyaml==15.8.2
8-
python-dateutil==2.5.3
9-
PyYAML==3.11
10-
six==1.10.0
1+
boto3>=1.4.1
2+
botocore>=1.4.61
3+
click>=6.6
4+
docutils>=0.12
5+
futures>=3.0.5
6+
jmespath>=0.9.0
7+
pyaml>=15.8.2
8+
python-dateutil>=2.5.3
9+
PyYAML>=3.11
10+
six>=1.10.0

0 commit comments

Comments
 (0)