Skip to content

Commit

Permalink
setup: bump paramiko and boto to latest versions
Browse files Browse the repository at this point in the history
  • Loading branch information
jtriley committed May 28, 2013
1 parent 4c374a4 commit 167fc3b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
boto==2.8.0
paramiko==1.10.0
boto==2.9.4
paramiko==1.10.1
workerpool==0.9.2
Jinja2==2.6
decorator==3.4.0
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
console_scripts = ['starcluster = starcluster.cli:main']
extra = dict(test_suite="starcluster.tests",
tests_require="nose",
install_requires=["paramiko>=1.10.0", "boto>=2.8.0",
install_requires=["paramiko>=1.10.1", "boto>=2.9.4",
"workerpool>=0.9.2", "Jinja2>=2.6",
"decorator>=3.4.0", "pyasn1>=0.1.6"],
include_package_data=True,
Expand Down

0 comments on commit 167fc3b

Please sign in to comment.