From bfaccc732423e37f2c1b9b97fb896cf0c1b6fd10 Mon Sep 17 00:00:00 2001 From: "Alan D. Tse" Date: Sat, 13 Feb 2021 16:44:45 -0800 Subject: [PATCH] fix: fix requirement for authcaptureproxy --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = {