Skip to content

Commit

Permalink
fix: fix requirement for authcaptureproxy
Browse files Browse the repository at this point in the history
  • Loading branch information
alandtse committed Feb 14, 2021
1 parent 8d3565b commit bfaccc7
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 bfaccc7

Please sign in to comment.