aboutsummaryrefslogtreecommitdiff
path: root/benchmark/pyproject.toml
diff options
context:
space:
mode:
Diffstat (limited to 'benchmark/pyproject.toml')
-rw-r--r--benchmark/pyproject.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/benchmark/pyproject.toml b/benchmark/pyproject.toml
index 6740004b4..b8bf8ccab 100644
--- a/benchmark/pyproject.toml
+++ b/benchmark/pyproject.toml
@@ -25,7 +25,9 @@ networkx = "^3.1"
colorama = "^0.4.6"
pyvis = "^0.3.2"
selenium = "^4.11.2"
+py = "^1.11.0" # needed for pytest-parallel
pytest-asyncio = "^0.21.1"
+pytest-parallel = "^0.1.1"
uvicorn = "^0.23.2"
fastapi = "^0.99.0"
python-multipart = "^0.0.6"