aboutsummaryrefslogtreecommitdiffstats
path: root/web-project/pyproject.toml
diff options
context:
space:
mode:
Diffstat (limited to 'web-project/pyproject.toml')
-rw-r--r--web-project/pyproject.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/web-project/pyproject.toml b/web-project/pyproject.toml
index 844de72..b175dcc 100644
--- a/web-project/pyproject.toml
+++ b/web-project/pyproject.toml
@@ -11,6 +11,7 @@ description = "A NiceGUI-based web frontend for the solo_tool library"
requires-python = ">=3.13"
dependencies = [
"nicegui==2.11.1",
+ "click==8.2.1",
"solo_tool>=2.0"
]
dynamic = ["version"]