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 2335fd8 commit a6e561dCopy full SHA for a6e561d
pyproject.toml
@@ -33,6 +33,7 @@ repository = "https://github.com/RedisGraph/redisgraph-bulk-loader"
33
python = "^3.6.0"
34
click = "^8.0.1"
35
redis = "^4.1.4"
36
+pathos = "^0.2.8"
37
38
[tool.poetry.dev-dependencies]
39
codecov = "^2.1.11"
@@ -42,7 +43,6 @@ tox-poetry = "^0.3.0"
42
43
vulture = "^2.3.0"
44
pytest = "^6.2.4"
45
pytest-cov = "^2.12.1"
-pathos = "^0.2.8"
46
typing-extensions = "^4.1.1"
47
48
[build-system]
0 commit comments