From 05ba753ade7fb77889435bff5b3add44f7b5afdf Mon Sep 17 00:00:00 2001 From: jze9 Date: Tue, 14 Jul 2026 11:14:17 +0500 Subject: [PATCH] =?UTF-8?q?pyproject:=20flet=20=D0=B2=20=D0=BE=D1=81=D0=BD?= =?UTF-8?q?=D0=BE=D0=B2=D0=BD=D1=8B=D0=B5=20=D0=B7=D0=B0=D0=B2=D0=B8=D1=81?= =?UTF-8?q?=D0=B8=D0=BC=D0=BE=D1=81=D1=82=D0=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Fable 5 --- pyproject.toml | 1 + uv.lock | 2 ++ 2 files changed, 3 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index fbb5299..1de0e6a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,6 +7,7 @@ requires-python = ">=3.14" dependencies = [ "asyncpg>=0.31.0", "fastapi>=0.129.0", + "flet>=0.28.3", "pydantic>=2.12.5", "pydantic-settings>=2.13.0", "sqlalchemy>=2.0.46", diff --git a/uv.lock b/uv.lock index af377a5..e18c287 100644 --- a/uv.lock +++ b/uv.lock @@ -284,6 +284,7 @@ source = { virtual = "." } dependencies = [ { name = "asyncpg" }, { name = "fastapi" }, + { name = "flet" }, { name = "pydantic" }, { name = "pydantic-settings" }, { name = "sqlalchemy" }, @@ -304,6 +305,7 @@ web = [ requires-dist = [ { name = "asyncpg", specifier = ">=0.31.0" }, { name = "fastapi", specifier = ">=0.129.0" }, + { name = "flet", specifier = ">=0.28.3" }, { name = "pydantic", specifier = ">=2.12.5" }, { name = "pydantic-settings", specifier = ">=2.13.0" }, { name = "sqlalchemy", specifier = ">=2.0.46" },