From 2d9c2b229c328053fb5a4c24618483b39f2a0cd2 Mon Sep 17 00:00:00 2001 From: Chris Mayo Date: Mon, 29 Nov 2021 19:41:38 +0000 Subject: [PATCH] Set minimum Beautiful Soup version in setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index fc8971cd..f912d19c 100755 --- a/setup.py +++ b/setup.py @@ -376,7 +376,7 @@ setup( install_requires=[ "requests >= 2.4", "dnspython >= 2.0", - "beautifulsoup4", + "beautifulsoup4 >= 4.8.1", "pyxdg", ], # Commented out since they are untested and not officially supported.