feat(06-03): add backend/requirements-dev.txt with locust pin (D-04)

This commit is contained in:
curo1305
2026-06-03 18:47:43 +02:00
parent c11984c66c
commit fb35f0e988
+9
View File
@@ -0,0 +1,9 @@
# Development and load-test dependencies.
# NOT installed by the production Dockerfile.
# Install separately on the host or in a dedicated venv via:
# pip install -r backend/requirements-dev.txt
-r requirements.txt
# Load testing (Phase 6 — D-04)
locust>=2.34.0