Skip to content

Commit 58a3f34

Browse files
committed
fixed tox file
1 parent d92f8b9 commit 58a3f34

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,3 +97,4 @@ ENV/
9797
.Python
9898
dist/
9999
*.egg-info/
100+
poetry.lock

pyproject.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,10 @@ repository = "https://github.com/RedisGraph/redigraph-bulk-loader"
3030
python = "^3.8.5"
3131
click = "^8.0.1"
3232
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"
3337

3438
[tool.poetry.dev-dependencies]
3539
codecov = "^2.1.11"
@@ -40,7 +44,6 @@ bandit = "^1.7.0"
4044
vulture = "^2.3"
4145
pytest = "^6.2.4"
4246
pytest-cov = "^2.12.1"
43-
redisgraph = "^2.4.0"
4447

4548
[build-system]
4649
requires = ["poetry-core>=1.0.0"]

0 commit comments

Comments
 (0)