Skip to content
Snippets Groups Projects
Unverified Commit bb50e522 authored by Jeffrey Phillips Freeman's avatar Jeffrey Phillips Freeman :boom:
Browse files

Build: Updated to latest aiogremlin in order to get the correct dependency tree.

parent 10a64165
No related branches found
No related tags found
No related merge requests found
Pipeline #253 passed with stage
in 36 seconds
......@@ -2,6 +2,8 @@
## v2.2.2
* updated to use aiobremlin v3.3.4 in order to get the correct dependency tree.
## v2.2.1
* Fixed dependency requirement allowing Goblin to run on python v3.7+.
......
gremlinpython>=3.4.3
aiogremlin==3.3.3
aiogremlin==3.3.4
PyYAML==5.3
six==1.14.0
aenum==2.2.3
......
......@@ -29,7 +29,7 @@ setup(
packages=find_packages(),
python_requires='>=3.5',
install_requires=[
'aiogremlin>=3.3.3',
'aiogremlin>=3.3.4',
],
test_suite='tests',
setup_requires=[
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment