Skip to content

Commit

Permalink
Added boto to setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
palewire committed Jun 6, 2014
1 parent 38f4192 commit 5c33605
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,10 @@ def fullsplit(path, result=None):
'Programming Language :: Python',
'Programming Language :: Python :: 3'
],
install_requires=['six==1.5.2'],
install_requires=[
'six==1.5.2',
'boto==2.28',
],
cmdclass = cmdclasses,
data_files=data_files,
)

0 comments on commit 5c33605

Please sign in to comment.