From 730fcece57d6b8dad3949a00d393f5c24e90fc42 Mon Sep 17 00:00:00 2001 From: Eu Pin Tien Date: Thu, 23 Jan 2025 11:45:50 +0000 Subject: [PATCH] 'xmltodict' is now used on both client and server sides --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c8d1a8c10..c1f952850 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,6 +36,7 @@ dependencies = [ "requests", "rich", "werkzeug", + "xmltodict", ] [project.optional-dependencies] cicd = [ @@ -44,7 +45,6 @@ cicd = [ client = [ "textual==0.42.0", "websocket-client", - "xmltodict", ] developer = [ "bump-my-version<0.11.0", # Version control