Skip to content

Commit

Permalink
Updated requirements to a later version
Browse files Browse the repository at this point in the history
  • Loading branch information
avargas committed Apr 9, 2013
1 parent 1c93f61 commit 9af7cb4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
boto==2.7.0
paramiko==1.7.7.1
boto==2.8.0
paramiko==1.10.1
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
packages=['beeswithmachineguns'],
scripts=['bees'],
install_requires=[
'boto==2.7.0',
'paramiko==1.7.7.1'
'boto==2.8.0',
'paramiko==1.10.1'
],
classifiers=[
'Development Status :: 4 - Beta',
Expand Down

0 comments on commit 9af7cb4

Please sign in to comment.