Skip to content

Commit

Permalink
Avoid installing a version of future.
Browse files Browse the repository at this point in the history
This version is giving us problems.  See discussion in #406.
  • Loading branch information
ralphbean committed Nov 9, 2016
1 parent 83c13b0 commit 16c4cae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"dogpile.cache>=0.5.3",
"lockfile>=0.9.1",
"click",
"future",
"future!=0.16.0",
],
extras_require=dict(
jira=["jira>=0.22"],
Expand Down

0 comments on commit 16c4cae

Please sign in to comment.