Skip to content

Commit

Permalink
Merge pull request boto#399 from kyleknap/setup-fix
Browse files Browse the repository at this point in the history
Update futures dependency in exta_require
  • Loading branch information
kyleknap committed Dec 11, 2015
2 parents 112e673 + 39cf3c9 commit 7910662
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,8 @@ def get_version():
include_package_data=True,
install_requires=requires,
extras_require={
':python_version=="2.6" or python_version=="2.7"': ['futures==2.2.0']
':python_version=="2.6" or python_version=="2.7"': [
'futures>=2.2.0,<4.0.0']
},
license="Apache License 2.0",
classifiers=[
Expand Down

0 comments on commit 7910662

Please sign in to comment.