From 4b3598676bd2b9ed491c93d01d7b8a981520f28e Mon Sep 17 00:00:00 2001 From: King Matthew Ochoa Date: Mon, 7 Jul 2025 01:06:41 +0800 Subject: [PATCH] added gunicorn --- requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index c5e3003..fad7992 100644 --- a/requirements.txt +++ b/requirements.txt @@ -22,4 +22,5 @@ starlette==0.46.2 typing-inspection==0.4.1 typing_extensions==4.14.0 urllib3==2.4.0 -uvicorn==0.34.3 \ No newline at end of file +uvicorn==0.34.3 +gunicorn \ No newline at end of file