Placed a limit on python tornado dependency version

Doesn't seem to work with 5.0 with the current version of python we were 
supporting. CTR


Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo
Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/9511dacd
Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/9511dacd
Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/9511dacd

Branch: refs/heads/TINKERPOP-1489
Commit: 9511dacdb08cfe9cd472ffaa0b3f3d45cb7b10a2
Parents: bef9e9b
Author: Stephen Mallette <sp...@genoprime.com>
Authored: Wed Dec 27 14:31:31 2017 -0500
Committer: Stephen Mallette <sp...@genoprime.com>
Committed: Wed Dec 27 14:31:31 2017 -0500

----------------------------------------------------------------------
 gremlin-python/src/main/jython/setup.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/9511dacd/gremlin-python/src/main/jython/setup.py
----------------------------------------------------------------------
diff --git a/gremlin-python/src/main/jython/setup.py 
b/gremlin-python/src/main/jython/setup.py
index c72a4d3..5d26749 100644
--- a/gremlin-python/src/main/jython/setup.py
+++ b/gremlin-python/src/main/jython/setup.py
@@ -46,7 +46,7 @@ version = __version__.version
 
 install_requires = [
     'aenum>=1.4.5',
-    'tornado>=4.4.1',
+    'tornado>=4.4.1,<5.0',
     'six>=1.10.0'
 ]
 

Reply via email to