Skip to content

Commit

Permalink
Dont require an exact version of keyring (why did we ever do that?). …
Browse files Browse the repository at this point in the history
…Remove dependency on psutil, because it is in locust too (and has been for a while)
  • Loading branch information
cyberw committed Nov 20, 2023
1 parent c3497ba commit e0d0e02
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 @@ -32,8 +32,7 @@ def run(self):


requirement_list = [
"keyring==21.4.0",
"psutil",
"keyring>=21.4.0",
"ConfigArgParse>=1.7",
"locust>=2.18.5.dev8",
]
Expand Down

0 comments on commit e0d0e02

Please sign in to comment.