From 74d496b2bcbb3451bb93cc9dd8d170b56850cff9 Mon Sep 17 00:00:00 2001 From: yiekheng Date: Sat, 2 May 2026 17:36:56 +0800 Subject: [PATCH] build: add gunicorn 23.0.0 to requirements --- requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index bbc8992..b7b7993 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,4 +4,5 @@ flask-cors==4.0.0 python-telegram-bot==22.4 requests==2.32.5 beautifulsoup4==4.13.5 -tqdm==4.67.1 \ No newline at end of file +tqdm==4.67.1 +gunicorn==23.0.0 \ No newline at end of file