Library update - Replace bs4 with beautifulsoup4 (#1433)

This commit is contained in:
Fabian Affolter
2023-02-25 22:06:13 +01:00
committed by GitHub
parent abf234298c
commit 5f9c8db3e1
+1 -1
View File
@@ -42,7 +42,7 @@ paho-mqtt
cryptography~=3.4
# Used for CSS filtering
bs4
beautifulsoup4
# XPath filtering, lxml is required by bs4 anyway, but put it here to be safe.
lxml