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"