aboutsummaryrefslogtreecommitdiffstats
path: root/web-project
diff options
context:
space:
mode:
authorEddy Pedroni <epedroni@pm.me>2025-02-23 13:01:15 +0100
committerEddy Pedroni <epedroni@pm.me>2025-02-23 13:01:15 +0100
commit54c368d4c0613f215ebce4c01334f8794ce014d7 (patch)
treea76d5d09c458177963e8b8c6e13db6624649b7b8 /web-project
parentfd05e8a3a53afae850f539a348e209c4770ec430 (diff)
MIDI interface fix, CLI tested and working
Diffstat (limited to 'web-project')
-rw-r--r--web-project/pyproject.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/web-project/pyproject.toml b/web-project/pyproject.toml
index 440812e..844de72 100644
--- a/web-project/pyproject.toml
+++ b/web-project/pyproject.toml
@@ -8,10 +8,10 @@ authors = [
{ name = "Eddy Pedroni", email = "epedroni@pm.me" },
]
description = "A NiceGUI-based web frontend for the solo_tool library"
-requires-python = ">=3.12"
+requires-python = ">=3.13"
dependencies = [
"nicegui==2.11.1",
- "solo_tool"
+ "solo_tool>=2.0"
]
dynamic = ["version"]