We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d9044b0 + 6bfdb68 commit 0e919a0Copy full SHA for 0e919a0
setup.py
@@ -410,7 +410,7 @@ def run_setup(extensions):
410
dependencies.append('futures')
411
412
_EXTRAS_REQUIRE = {
413
- 'graph': ['gremlinpython>=3.3.4,<3.3.9']
+ 'graph': ['gremlinpython==3.3.4']
414
}
415
416
setup(
test-requirements.txt
@@ -18,5 +18,5 @@ requests
18
backports.ssl_match_hostname; python_version < '2.7.9'
19
futurist; python_version >= '3.7'
20
asynctest; python_version > '3.4'
21
-gremlinpython>=3.4.0,<3.5.0
+gremlinpython==3.3.4
22
ipaddress; python_version < '3.3.0'
0 commit comments