Added neo4j dependency (#1724)

This commit is contained in:
Prateek Chhikara
2024-08-20 17:06:32 -07:00
committed by GitHub
parent 448a21f617
commit 8ea12ca24b
2 changed files with 22 additions and 2 deletions

21
poetry.lock generated
View File

@@ -1063,6 +1063,25 @@ files = [
{file = "mypy_extensions-1.0.0.tar.gz", hash = "sha256:75dbf8955dc00442a438fc4d0666508a9a97b6bd41aa2f0ffe9d2f2725af0782"},
]
[[package]]
name = "neo4j"
version = "5.23.1"
description = "Neo4j Bolt driver for Python"
optional = false
python-versions = ">=3.7"
files = [
{file = "neo4j-5.23.1-py3-none-any.whl", hash = "sha256:97996fbf39421e0677fdcb8afe50b6810cbe8027e055a9dcf81da6070a82a009"},
{file = "neo4j-5.23.1.tar.gz", hash = "sha256:e2d3399d1124319489b25d5eda99833ae086e1fffef9946d36241652d26b26a0"},
]
[package.dependencies]
pytz = "*"
[package.extras]
numpy = ["numpy (>=1.7.0,<2.0.0)"]
pandas = ["numpy (>=1.7.0,<2.0.0)", "pandas (>=1.1.0,<3.0.0)"]
pyarrow = ["pyarrow (>=1.0.0)"]
[[package]]
name = "numpy"
version = "1.24.4"
@@ -1970,4 +1989,4 @@ multidict = ">=4.0"
[metadata]
lock-version = "2.0"
python-versions = ">=3.8.1,<4.0"
content-hash = "747072ed166214d7c5e00e3f4ae74400d597b6ab03127b86950c1ded676e0303"
content-hash = "2c1dcb9bf3ea14123d9da3f3bbda6641dcdeccc71f9df9c693c65a56074977a6"