Skip to content

Commit

Permalink
fix: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
jerlendds committed Jul 15, 2023
1 parent 216bb21 commit 40a910c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ dependencies = [
"pydantic>=1.10.8",
"httpx>=0.24.1",
"SQLAlchemy>=2.0.12",
"gremlinpy @ git+https://github.com/jerlendds/gremlinpy.git@7d3033e6a55ed9cb1f982ec3b58ca233e01c58e3"
"gremlinpy==git+https://github.com/jerlendds/gremlinpy.git@7d3033e6a55ed9cb1f982ec3b58ca233e01c58e3"
]
[project.optional-dependencies]
test = [
Expand Down Expand Up @@ -56,7 +56,7 @@ test = [
"typing-extensions==4.5.0",
"vulture==2.7",
"wrapt==1.15.0",
"gremlinpy@git+https://github.com/jerlendds/gremlinpy.git@7d3033e6a55ed9cb1f982ec3b58ca233e01c58e3"
"gremlinpy==git+https://github.com/jerlendds/gremlinpy.git@7d3033e6a55ed9cb1f982ec3b58ca233e01c58e3"
]

[project.urls]
Expand Down

0 comments on commit 40a910c

Please sign in to comment.