From 4f99102ba45919fee968e00a153aed7e6130e9b5 Mon Sep 17 00:00:00 2001 From: black Date: Sat, 18 May 2024 17:02:07 -0500 Subject: [PATCH] fix: added gunicorn dependency --- requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/requirements.txt b/requirements.txt index abf5882..9b5df65 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,3 +6,4 @@ pytest-cov==4.1.0 httpx==0.27.0 tox==4.11.4 python-dotenv==1.0.0 +gunicorn==22.0.0