Python: update pyproject.toml so we can run tests/benchmarks.py.

I had forgotten this file existed, but it needs tqdm and pytest-benchmark, so add those dev
requirements.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
Rusty Russell
2025-11-20 12:07:16 +10:30
parent bfbee055ea
commit f49818c08c
2 changed files with 40 additions and 0 deletions

View File

@@ -30,6 +30,8 @@ dev = [
"flaky>=3.7.0",
"requests>=2.32.0",
"flask-socketio>=5",
"tqdm",
"pytest-benchmark",
]
[project.optional-dependencies]