[AIRFLOW-887] Support future v0.16

Project: http://git-wip-us.apache.org/repos/asf/incubator-airflow/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-airflow/commit/50902d07
Tree: http://git-wip-us.apache.org/repos/asf/incubator-airflow/tree/50902d07
Diff: http://git-wip-us.apache.org/repos/asf/incubator-airflow/diff/50902d07

Branch: refs/heads/master
Commit: 50902d0736aace2cf408e662323978a90f2e49d3
Parents: 4da3611
Author: Jeremiah Lowin <[email protected]>
Authored: Sat Feb 18 18:18:42 2017 -0500
Committer: Jeremiah Lowin <[email protected]>
Committed: Sat Feb 18 18:39:01 2017 -0500

----------------------------------------------------------------------
 setup.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-airflow/blob/50902d07/setup.py
----------------------------------------------------------------------
diff --git a/setup.py b/setup.py
index 880852a..791a256 100644
--- a/setup.py
+++ b/setup.py
@@ -209,7 +209,7 @@ def do_setup():
             'flask-swagger==0.2.13',
             'flask-wtf==0.12',
             'funcsigs==1.0.0',
-            'future>=0.15.0, <0.16',
+            'future>=0.15.0, <0.17',
             'gitpython>=2.0.2',
             'gunicorn>=19.3.0, <19.4.0',  # 19.4.? seemed to have issues
             'jinja2>=2.7.3, <2.9.0',

Reply via email to