Skip to content

Commit

Permalink
Bump minimum locust version (necessary for passing mongodb documents …
Browse files Browse the repository at this point in the history
…as custom messages)
  • Loading branch information
cyberw committed Dec 13, 2023
1 parent 7c4bffb commit 5332388
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 @@ -46,7 +46,7 @@
package_data={"locust_plugins": ["py.typed"]},
zip_safe=False,
install_requires=[
"locust>=2.16.1",
"locust>=2.20.0",
"typing-extensions",
],
extras_require={
Expand Down

0 comments on commit 5332388

Please sign in to comment.