From e0e7bb53b6f886471923ccf16c2fd381b1531876 Mon Sep 17 00:00:00 2001 From: Denis Date: Sun, 27 Jul 2025 14:20:08 +0300 Subject: [PATCH] =?UTF-8?q?0.9.2=20=D0=9E=D0=BF=D1=86=D0=B8=D0=BE=D0=BD?= =?UTF-8?q?=D0=B0=D0=BB=D1=8C=D0=BD=D1=8B=D0=B5=20fastapi=20uvicorn?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyproject.toml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 719516b..7240ad6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,9 +20,8 @@ dependencies = [ "puremagic==1.30" ] -optional-dependencies = { - webhook = ["fastapi>=0.68.0", "uvicorn>=0.15.0"] -} +[project.optional-dependencies] +webhook = ["fastapi>=0.68.0", "uvicorn>=0.15.0"] [project.urls] Homepage = "https://github.com/love-apples/maxapi"