diff --git a/setup.py b/setup.py index 67172903..f21d1b98 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", "backoff", "beautifulsoup4", "wrapt"] +REQUIRED = ["aiohttp", "authcaptureproxy>=0.4.1,<1.0.0", "backoff", "beautifulsoup4", "wrapt"] # What packages are optional? EXTRAS = {