From 09692e8ea9dc62cb26676f8adefaa115f37b91d6 Mon Sep 17 00:00:00 2001 From: Wolfang Torres Date: Sat, 6 Jun 2026 22:28:57 +0800 Subject: [PATCH] add guinicorn --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 4e29119..4e59490 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,6 +27,7 @@ classifiers = [ ] dependencies = [ "flask", + "gunicorn" ] [project.optional-dependencies]