From 747f5e56c9565dc9fcf7c8ceb31a162bb95b66b3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Galego?= Date: Fri, 29 Sep 2023 09:44:52 +0100 Subject: [PATCH] Updated requirements (locustio --> locust) Fixes pip install error "Locust package has moved from 'locustio' to 'locust'. Please update your reference (or pin your version to 0.14.6 if you dont want to update to 1.0)" --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 81045bc..01c04cf 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ boto3 botocore -locustio +locust