From fd5782e8e763038275af72ced1408fc04458db8d Mon Sep 17 00:00:00 2001 From: malarkey2 <145396725+malarkey2@users.noreply.github.com> Date: Thu, 14 Nov 2024 22:51:21 -0500 Subject: [PATCH] Update requirements.txt received an error while testing on a new virtual environment that complained about the lack of a dotenv module --- requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/requirements.txt b/requirements.txt index 4713ba7..cc5c911 100644 --- a/requirements.txt +++ b/requirements.txt @@ -17,3 +17,4 @@ gunicorn sphinx_rtd_theme django-filter pymysql +python-dotenv