Skip to content

Commit

Permalink
add extras dependency on python futures
Browse files Browse the repository at this point in the history
We do this to build our own wheels since
the boto3 wheel is broken. See:
boto/boto3#127
#23
  • Loading branch information
kouk committed Jun 8, 2015
1 parent fecd72a commit 0e598cb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ def read(fname):
install_requires=install_requires,
extras_require={
'dev': dev_requires,
':python_version=="2.6" or python_version=="2.7"': ['futures']
},
entry_points={
'console_scripts': ['bgst=BigStash.upload:main']
Expand Down

0 comments on commit 0e598cb

Please sign in to comment.