Skip to content

Commit

Permalink
Remove dependency on keyring. Not completely sure why it was added in…
Browse files Browse the repository at this point in the history
… the first place.
  • Loading branch information
cyberw committed Jan 13, 2024
1 parent 9ccdc33 commit 9155262
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,7 @@ def run(self):
install_check(self, egg_info)


requirement_list = [
"keyring>=21.4.0",
"locust>=2.19.0",
]
requirement_list = ["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")
if spec is not None:
Expand Down

0 comments on commit 9155262

Please sign in to comment.