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
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
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
setup.py
setup.py
+2
-1
No files found.
setup.py
View file @
ebc01c5e
...
...
@@ -36,7 +36,8 @@ setup(
'aenum>=1.4.5'
,
# required gremlinpython dep
'aiohttp>=2.2.5'
,
'PyYAML>=3.12'
,
'six>=1.10.0'
# required gremlinpython dep
'six>=1.10.0'
,
# required gremlinpython dep
'inflection>=0.3.1"
],
test_suite='
tests
',
setup_requires=['
pytest
-
runner
'],
...
...
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