From d4d0a273c46f259c680e2f1e0a62e9d2f723a120 Mon Sep 17 00:00:00 2001 From: NarayanAdithya Date: Sat, 26 Feb 2022 11:24:34 +0530 Subject: [PATCH] Added Gunicorn For Production Server --- requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/requirements.txt b/requirements.txt index e776835..91e9c60 100644 --- a/requirements.txt +++ b/requirements.txt @@ -15,3 +15,4 @@ python-dotenv==0.19.2 SQLAlchemy==1.4.31 Werkzeug==2.0.3 WTForms==3.0.1 +gunicorn \ No newline at end of file