diff --git a/setup.py b/setup.py index f21d1b98..2a03503c 100644 --- a/setup.py +++ b/setup.py @@ -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 = {