Skip to content

Commit

Permalink
Merge pull request #172 from alandtse/auth.cn
Browse files Browse the repository at this point in the history
fix: properly require updated authcaptureproxy
  • Loading branch information
alandtse committed Mar 30, 2021
2 parents ec5e578 + fb1b58e commit 0a811d4
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>=0.4.1,<1.0.0", "backoff", "beautifulsoup4", "wrapt"]
REQUIRED = ["aiohttp", "authcaptureproxy>=0.7.1,<1.0.0", "backoff", "beautifulsoup4", "wrapt"]

# What packages are optional?
EXTRAS = {
Expand Down

0 comments on commit 0a811d4

Please sign in to comment.