Skip to content

Commit

Permalink
drop boto library version requirement to 1.3+
Browse files Browse the repository at this point in the history
  • Loading branch information
joelferrier committed Feb 21, 2017
1 parent 502ae24 commit 50f9cb2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
pytest
pytest-cov
mock
boto3>=1.4.0
boto3>=1.3.0
paramiko>=1.16.0
pyyaml>=3.11
s3fs>=0.0.2
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ def run(self):
url="https://github.com/ThreatResponse/margaritashotgun",
download_url="https://github.com/ThreatResponse/margaritashotgun/archive/v0.3.1.tar.gz",
use_2to3=True,
install_requires=['boto3>=1.4.0',
install_requires=['boto3>=1.3.0',
'paramiko>=1.16.0',
'pyyaml>=3.11',
's3fs>=0.0.2',
Expand Down

0 comments on commit 50f9cb2

Please sign in to comment.