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
ebc01c5e
Unverified
Commit
ebc01c5e
authored
Feb 01, 2020
by
Jeffrey Phillips Freeman
💥
Browse files
Build: Added missing inflection dependency from setup.
parent
49a3eb4f
Changes
1
Show whitespace changes
Inline
Side-by-side
setup.py
View file @
ebc01c5e
...
@@ -36,7 +36,8 @@ setup(
...
@@ -36,7 +36,8 @@ setup(
'aenum>=1.4.5'
,
# required gremlinpython dep
'aenum>=1.4.5'
,
# required gremlinpython dep
'aiohttp>=2.2.5'
,
'aiohttp>=2.2.5'
,
'PyYAML>=3.12'
,
'PyYAML>=3.12'
,
'six>=1.10.0'
# required gremlinpython dep
'six>=1.10.0'
,
# required gremlinpython dep
'inflection>=0.3.1"
],
],
test_suite='
tests
',
test_suite='
tests
',
setup_requires=['
pytest
-
runner
'],
setup_requires=['
pytest
-
runner
'],
...
...
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