Skip to content

Commit

Permalink
Open up boto dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
flomotlik committed Mar 14, 2018
1 parent 0cb71ac commit 50f502b
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.6.4', 'texttable==1.2.1', 'jinja2==2.10', 'pyyaml==3.12',
install_requires=['boto3>=1.4.4,<2.0.0', 'texttable==1.2.1', 'jinja2==2.10', 'pyyaml==3.12',
'deepdiff==3.3.0'],
entry_points={
'console_scripts': [
Expand Down

0 comments on commit 50f502b

Please sign in to comment.