From fb63f6b5912171595065ea7498d1d770a175d1d9 Mon Sep 17 00:00:00 2001 From: Eddy Pedroni Date: Mon, 14 Jul 2025 22:32:50 +0200 Subject: Add click interface to web UI --- web-project/pyproject.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'web-project/pyproject.toml') 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"] -- cgit v1.2.3