Skip to content

Commit

Permalink
switches neo4j from git to pypi release
Browse files Browse the repository at this point in the history
  • Loading branch information
Skybound1 committed Nov 29, 2023
1 parent 3ab525c commit 523239f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 12 deletions.
17 changes: 6 additions & 11 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ authors = ["Mohit Gupta <[email protected]>"]
[tool.poetry.dependencies]
python = "^3.8"
kubernetes = "*"
neo4j = { git = "https://github.com/neo4j/neo4j-python-driver.git", branch = "4.0" }
neo4j = "^4.0"
typer = "*"
pydantic = "*"
tqdm = "^4.66.1"
Expand Down

0 comments on commit 523239f

Please sign in to comment.