Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Guy Rozendorn
AIO Gremlin
Commits
da3e96b5
Commit
da3e96b5
authored
Jul 15, 2017
by
davebshow
Browse files
fixed custom command for gremlinpython install
parent
52aaf579
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
4 deletions
+1
-4
setup.py
setup.py
+1
-4
No files found.
setup.py
View file @
da3e96b5
...
...
@@ -6,10 +6,7 @@ from distutils.command.build_py import build_py as _build_py
class
build_py
(
_build_py
):
"""Don't install tornado when installing gremlinpython"""
def
run
(
self
):
pip
.
main
([
'install'
,
'gremlinpython==3.2.5'
,
'--no-deps'
])
pip
.
main
([
'install'
,
'gremlinpython==3.2.5'
,
'--no-deps'
])
_build_py
.
run
(
self
)
setup
(
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment