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 d92f8b9 commit 740b0f4Copy full SHA for 740b0f4
.gitignore
@@ -97,3 +97,4 @@ ENV/
97
.Python
98
dist/
99
*.egg-info/
100
+poetry.lock
pyproject.toml
@@ -30,6 +30,9 @@ repository = "https://github.com/RedisGraph/redigraph-bulk-loader"
30
python = "^3.8.5"
31
click = "^8.0.1"
32
redis = "^3.5.3"
33
+asyncclick = "8.0.1.3"
34
+aioredis= "2.0.0a1"
35
+redisgraph = "^2.4.0"
36
37
[tool.poetry.dev-dependencies]
38
codecov = "^2.1.11"
@@ -40,7 +43,6 @@ bandit = "^1.7.0"
40
43
vulture = "^2.3"
41
44
pytest = "^6.2.4"
42
45
pytest-cov = "^2.12.1"
-redisgraph = "^2.4.0"
46
47
[build-system]
48
requires = ["poetry-core>=1.0.0"]
0 commit comments