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 58a3f34Copy full SHA for 58a3f34
.gitignore
@@ -97,3 +97,4 @@ ENV/
97
.Python
98
dist/
99
*.egg-info/
100
+poetry.lock
pyproject.toml
@@ -30,6 +30,10 @@ 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
+anyio = "^3.1.0"
37
38
[tool.poetry.dev-dependencies]
39
codecov = "^2.1.11"
@@ -40,7 +44,6 @@ bandit = "^1.7.0"
40
44
vulture = "^2.3"
41
45
pytest = "^6.2.4"
42
46
pytest-cov = "^2.12.1"
43
-redisgraph = "^2.4.0"
47
48
[build-system]
49
requires = ["poetry-core>=1.0.0"]
0 commit comments