Skip to content

Commit a6e561d

Browse files
committed
Add pathos as a runtime dependency
1 parent 2335fd8 commit a6e561d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ repository = "https://github.com/RedisGraph/redisgraph-bulk-loader"
3333
python = "^3.6.0"
3434
click = "^8.0.1"
3535
redis = "^4.1.4"
36+
pathos = "^0.2.8"
3637

3738
[tool.poetry.dev-dependencies]
3839
codecov = "^2.1.11"
@@ -42,7 +43,6 @@ tox-poetry = "^0.3.0"
4243
vulture = "^2.3.0"
4344
pytest = "^6.2.4"
4445
pytest-cov = "^2.12.1"
45-
pathos = "^0.2.8"
4646
typing-extensions = "^4.1.1"
4747

4848
[build-system]

0 commit comments

Comments
 (0)