Fix `[html]` optional dependencies.

This commit is contained in:
Fabio Caccamo 2023-12-27 11:17:44 +01:00
parent eeccdca728
commit 8059429ebe
1 changed files with 1 additions and 0 deletions

View File

@ -120,6 +120,7 @@ all = [
]
html = [
"beautifulsoup4 >= 4.12.0, < 5.0.0",
"python-benedict[xml]",
]
io = [
"python-benedict[html,toml,xls,xml,yaml]",