Skip to content

Commit 72eb1b0

Browse files
specify dependency for boto3 in the correct way for multiple version specifiers (#761)
see https://setuptools.readthedocs.io/en/latest/setuptools.html#declaring-dependencies Co-authored-by: Tom Ritserveldt <[email protected]>
1 parent 06a4bee commit 72eb1b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"future",
1010
"troposphere>=1.9.0",
1111
'botocore>=1.12.111', # matching boto3 requirement
12-
"boto3>=1.9.111<2.0",
12+
"boto3>=1.9.111,<2.0",
1313
"PyYAML>=3.13b1",
1414
"awacs>=0.6.0",
1515
"gitpython>=2.0,<3.0",

0 commit comments

Comments
 (0)