From 78b4a1ddc52ff526832895ec71c3f18cc3807e9a Mon Sep 17 00:00:00 2001 From: slatinsky Date: Sun, 29 Oct 2023 00:15:52 +0200 Subject: [PATCH] add python-dateutil to requirements.txt --- backend/fastapi/requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/backend/fastapi/requirements.txt b/backend/fastapi/requirements.txt index c84f25bd..82ed0e66 100644 --- a/backend/fastapi/requirements.txt +++ b/backend/fastapi/requirements.txt @@ -1,2 +1,3 @@ fastapi[all]==0.89.1 -pymongo==4.3.3 \ No newline at end of file +pymongo==4.3.3 +python-dateutil==2.8.2 \ No newline at end of file