Skip to content

Commit

Permalink
Depend on release version of locust instead of dev build.
Browse files Browse the repository at this point in the history
  • Loading branch information
cyberw committed Nov 21, 2023
1 parent e0d0e02 commit cb37928
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,7 @@ def run(self):

requirement_list = [
"keyring>=21.4.0",
"ConfigArgParse>=1.7",
"locust>=2.18.5.dev8",
"locust>=2.19.0",
]
# if locust-plugins IS installed, then require a version known to work with this version of swarm.
spec = importlib.util.find_spec("locust_plugins")
Expand Down

0 comments on commit cb37928

Please sign in to comment.