Skip to content

Commit

Permalink
Merge pull request #73 from ryansb/loosen-boto3-dep
Browse files Browse the repository at this point in the history
Open boto3 dependency to be friendlier to awscli
  • Loading branch information
flomotlik committed Dec 18, 2017
2 parents c9e6aed + 5d75850 commit 8b6764e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
],
keywords='cloudformation, aws, cloud',
packages=['formica'],
install_requires=['boto3==1.4.4', 'texttable==0.8.7', 'jinja2==2.9.5', 'pyyaml==3.12',
install_requires=['boto3>=1.4.4,<2.0.0', 'texttable==0.8.7', 'jinja2==2.9.5', 'pyyaml==3.12',
'deepdiff==3.1.2'],
entry_points={
'console_scripts': [
Expand Down

0 comments on commit 8b6764e

Please sign in to comment.