We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b766e07 commit bb5dee4Copy full SHA for bb5dee4
pyproject.toml
@@ -3,7 +3,7 @@ requires = ["setuptools >= 64.0.0"]
3
build-backend = "setuptools.build_meta"
4
5
[project]
6
-name = "document_lib_python"
+name = "document-lib-python"
7
version = "0.1.0"
8
authors = [
9
{ name="Julian Nguyen", email="[email protected]" },
@@ -15,7 +15,7 @@ classifiers = [
15
"Programming Language :: Python :: 3",
16
]
17
dependencies = [
18
- "jsonpath-ng @ git+https://github.com/aerospike-community/jsonpath-ng.git@5de7e0709e90f0a50eb410d022fdadeaaf0a72c9",
+ "jsonpath-ng-aerospike==1.5.3",
19
"aerospike==7.0.2",
20
21
0 commit comments