10 lines
268 B
Plaintext
10 lines
268 B
Plaintext
# 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
|