Skip to content

Commit

Permalink
general: add requests<2.30.0 requirement to workaround for the issue …
Browse files Browse the repository at this point in the history
…in library

see psf/requests#6443
  • Loading branch information
karlicoss committed May 11, 2023
1 parent c1028e6 commit d705bca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ def main() -> None:

'psutil',

'requests<2.30.0', # temporary, see https://github.com/psf/requests/issues/6443
'httpie', # nicer http requests (replace with curl?)
'selenium', # browser automations
'click', # confirmations for end2end test (might remove dependency)
Expand Down

0 comments on commit d705bca

Please sign in to comment.