From 3e5ebc0489ce7fc6f8d9395d3fdd82db054220d4 Mon Sep 17 00:00:00 2001 From: Mitesh Ashar Date: Wed, 9 Aug 2023 04:19:38 +0530 Subject: [PATCH] Add gunicorn and python-dotenv to requirements --- requirements.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/requirements.txt b/requirements.txt index d6c29256..0b020652 100644 --- a/requirements.txt +++ b/requirements.txt @@ -15,6 +15,7 @@ Flask-Testing git+https://github.com/maxcountryman/flask-uploads.git#egg=Flask-Uploads Flask-WTF geoip2 +gunicorn html2text jsmin langid @@ -22,6 +23,7 @@ Pillow premailer progressbar2 psycopg2 +python-dotenv pytz SQLAlchemy SQLAlchemy-Utils