From b59a1fce8813453bdbc1dedd8dda16661ad4967e Mon Sep 17 00:00:00 2001 From: Allen <63997543+aaw3@users.noreply.github.com> Date: Sat, 23 Sep 2023 23:14:00 -0500 Subject: [PATCH] Added pymongo 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 b7f72e8..65217ef 100644 --- a/backend/django/requirements.txt +++ b/backend/django/requirements.txt @@ -2,3 +2,4 @@ django ~= 4.0 authlib ~= 1.0 python-dotenv ~= 0.19 requests ~= 2.27 +pymongo ~= 3.11