Skip to content

Commit 8059429

Browse files
committed
Fix [html] optional dependencies.
1 parent eeccdca commit 8059429

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,7 @@ all = [
120120
]
121121
html = [
122122
"beautifulsoup4 >= 4.12.0, < 5.0.0",
123+
"python-benedict[xml]",
123124
]
124125
io = [
125126
"python-benedict[html,toml,xls,xml,yaml]",

0 commit comments

Comments
 (0)