aboutsummaryrefslogtreecommitdiffstats
path: root/web-project/pyproject.toml
diff options
context:
space:
mode:
authorEddy Pedroni <epedroni@pm.me>2025-07-14 22:32:50 +0200
committerEddy Pedroni <epedroni@pm.me>2025-07-14 22:32:50 +0200
commitfb63f6b5912171595065ea7498d1d770a175d1d9 (patch)
tree2cc11dba674b48160720282f48ca6b73995fdf28 /web-project/pyproject.toml
parent90385e151543344b8894a17bedc31c1a2a01b5d1 (diff)
Add click interface to web UI
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"]