Skip to content

Commit 740b0f4

Browse files
committed
fixed tox file
1 parent d92f8b9 commit 740b0f4

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-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: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,9 @@ 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"
3336

3437
[tool.poetry.dev-dependencies]
3538
codecov = "^2.1.11"
@@ -40,7 +43,6 @@ bandit = "^1.7.0"
4043
vulture = "^2.3"
4144
pytest = "^6.2.4"
4245
pytest-cov = "^2.12.1"
43-
redisgraph = "^2.4.0"
4446

4547
[build-system]
4648
requires = ["poetry-core>=1.0.0"]

0 commit comments

Comments
 (0)