Skip to content

Commit 67859a4

Browse files
authored
'xmltodict' is now used on both client and server sides (#463)
1 parent 4818551 commit 67859a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ dependencies = [
3636
"requests",
3737
"rich",
3838
"werkzeug",
39+
"xmltodict",
3940
]
4041
[project.optional-dependencies]
4142
cicd = [
@@ -44,7 +45,6 @@ cicd = [
4445
client = [
4546
"textual==0.42.0",
4647
"websocket-client",
47-
"xmltodict",
4848
]
4949
developer = [
5050
"bump-my-version<0.11.0", # Version control

0 commit comments

Comments
 (0)