diff options
author | Eddy Pedroni <epedroni@pm.me> | 2025-07-14 22:32:50 +0200 |
---|---|---|
committer | Eddy Pedroni <epedroni@pm.me> | 2025-07-14 22:32:50 +0200 |
commit | fb63f6b5912171595065ea7498d1d770a175d1d9 (patch) | |
tree | 2cc11dba674b48160720282f48ca6b73995fdf28 /web-project/pyproject.toml | |
parent | 90385e151543344b8894a17bedc31c1a2a01b5d1 (diff) |
Add click interface to web UI
Diffstat (limited to 'web-project/pyproject.toml')
-rw-r--r-- | web-project/pyproject.toml | 1 |
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"] |