From fa1eb6de4c549ec7dff20c16e11052c3775b2079 Mon Sep 17 00:00:00 2001 From: Allen <63997543+aaw3@users.noreply.github.com> Date: Sat, 23 Sep 2023 23:17:18 -0500 Subject: [PATCH] Added dnspython to Dockerfile --- backend/django/requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/backend/django/requirements.txt b/backend/django/requirements.txt index 65217ef..8eb58c8 100644 --- a/backend/django/requirements.txt +++ b/backend/django/requirements.txt @@ -3,3 +3,4 @@ authlib ~= 1.0 python-dotenv ~= 0.19 requests ~= 2.27 pymongo ~= 3.11 +dnspython