From c2ad7a456a0a204b5b9cfe71dcc89d0f4ff7c18a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Y=C3=BBki=20Vachot?= Date: Fri, 7 Jan 2022 18:45:23 +0100 Subject: [PATCH] Update: Requirements --- backend/requirements.txt | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index 6a74357..6111316 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -1,5 +1,7 @@ -Flask_Migrate==3.1.0 -ddtrace==0.56.1 -Flask_SQLAlchemy==2.5.1 -Flask_Script==2.0.6 -Flask==2.0.2 +Flask_Migrate +Flask_SQLAlchemy +Flask_Script +Flask +sqlalchemy +hashlib +jwt \ No newline at end of file