Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Guy Rozendorn
AIO Gremlin
Commits
af4b2daf
Unverified
Commit
af4b2daf
authored
Feb 01, 2020
by
Jeffrey Phillips Freeman
💥
Browse files
Build: Setup now explicitly enforces python version.
parent
bf136d11
Changes
1
Hide whitespace changes
Inline
Side-by-side
setup.py
View file @
af4b2daf
...
@@ -33,6 +33,7 @@ setup(
...
@@ -33,6 +33,7 @@ setup(
'aiogremlin.process'
,
'aiogremlin.process'
,
'aiogremlin.structure'
,
'aiogremlin.structure'
,
'aiogremlin.remote'
],
'aiogremlin.remote'
],
python_requires
=
'>=3.5'
,
install_requires
=
[
install_requires
=
[
'gremlinpython<=3.4.3'
,
'gremlinpython<=3.4.3'
,
'aenum>=1.4.5'
,
# required gremlinpython dep
'aenum>=1.4.5'
,
# required gremlinpython dep
...
...
Write
Preview
Supports
Markdown
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