Skip to content

Commit

Permalink
Merge pull request #145 from alandtse/ci_fix
Browse files Browse the repository at this point in the history
fix: fix requirement for authcaptureproxy
  • Loading branch information
alandtse committed Feb 14, 2021
2 parents 405db78 + bfaccc7 commit c54561d
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 @@ -29,7 +29,7 @@
VERSION = None

# What packages are required for this module to be executed?
REQUIRED = ["aiohttp", "authcaptureproxy", "backoff", "beautifulsoup4", "wrapt"]
REQUIRED = ["aiohttp", "authcaptureproxy>=0.4.1,<1.0.0", "backoff", "beautifulsoup4", "wrapt"]

# What packages are optional?
EXTRAS = {
Expand Down

0 comments on commit c54561d

Please sign in to comment.