Skip to content

Commit

Permalink
Update version of locust to latest (#70)
Browse files Browse the repository at this point in the history
  • Loading branch information
FutureSharks committed Feb 28, 2023
1 parent 53b91d5 commit 6788d4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"invokust",
"invokust.aws_lambda",
],
install_requires=["locust>=1.4.1", "boto3", "pyzmq", "numpy"],
install_requires=["locust>=2.15.0", "boto3", "pyzmq", "numpy"],
keywords=["testing", "loadtest", "lambda", "locust"],
classifiers=[
"Topic :: Software Development :: Quality Assurance",
Expand Down

0 comments on commit 6788d4a

Please sign in to comment.