Fix `[html]` optional dependencies.
This commit is contained in:
parent
eeccdca728
commit
8059429ebe
|
@ -120,6 +120,7 @@ all = [
|
|||
]
|
||||
html = [
|
||||
"beautifulsoup4 >= 4.12.0, < 5.0.0",
|
||||
"python-benedict[xml]",
|
||||
]
|
||||
io = [
|
||||
"python-benedict[html,toml,xls,xml,yaml]",
|
||||
|
|
Loading…
Reference in New Issue