From 112b297c4159f47732eea5fbb8979d2b2fd1fbc7 Mon Sep 17 00:00:00 2001 From: Value Raider Date: Sat, 30 Dec 2023 17:02:22 +0000 Subject: [PATCH] Set sensible min versions for optional 'nospam' reqs Set sensible min versions for optional 'nospam' reqs: - requests_cache >= 1.0 , first defined DO_NOT_CACHE --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index c1c867e51..88050d963 100644 --- a/setup.py +++ b/setup.py @@ -65,7 +65,7 @@ 'frozendict>=2.3.4', 'peewee>=3.16.2', 'beautifulsoup4>=4.11.1', 'html5lib>=1.1'], extras_require={ - 'nospam': ['requests_cache>=1.1.1', 'requests_ratelimiter>=0.4.2'], + 'nospam': ['requests_cache>=1.0', 'requests_ratelimiter>=0.3.1'], 'repair': ['scipy>=1.6.3'], }, # Note: Pandas.read_html() needs html5lib & beautifulsoup4