From ba3845eab36a747ad18cb0fc47b3fee13b025d04 Mon Sep 17 00:00:00 2001 From: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com> Date: Sun, 14 Jan 2024 16:59:30 +0200 Subject: [PATCH] Add bs4 to DEPRECATED_PACKAGES, it's a wrapper around beautifulsoup4 (which has wheels) --- utils.py | 1 + 1 file changed, 1 insertion(+) diff --git a/utils.py b/utils.py index f6b8aff..a714be5 100644 --- a/utils.py +++ b/utils.py @@ -8,6 +8,7 @@ DEPRECATED_PACKAGES = { "BeautifulSoup", + "bs4", "distribute", "django-social-auth", "nose",