Skip to content

Commit 900c7e0

Browse files
committed
Remove locust from requirements-dev.txt
1 parent f11b3c3 commit 900c7e0

File tree

2 files changed

+1
-8
lines changed

2 files changed

+1
-8
lines changed

docs/productionizing.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -100,13 +100,7 @@ We recommend running a loadtest for your expected number of users.
100100
You can use the [locust tool](https://docs.locust.io/) with the `locustfile.py` in this sample
101101
or set up a loadtest with Azure Load Testing.
102102

103-
To use locust, first install the dev requirements that includes locust:
104-
105-
```shell
106-
python -m pip install -r requirements-dev.txt
107-
```
108-
109-
Or manually install locust:
103+
First make sure you have the locust package installed in your Python environment:
110104

111105
```shell
112106
python -m pip install locust

requirements-dev.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,5 @@ pytest-cov
1010
pytest-playwright
1111
pytest-snapshot
1212
pre-commit
13-
locust
1413
pip-tools
1514
mypy==1.14.1

0 commit comments

Comments
 (0)