From c440354661a358b11ba16c72aec265044bd8e179 Mon Sep 17 00:00:00 2001 From: Manuel Holtgrewe Date: Wed, 27 Sep 2023 16:12:53 +0200 Subject: [PATCH] add back sqlalchemy --- backend/Pipfile | 1 + 1 file changed, 1 insertion(+) diff --git a/backend/Pipfile b/backend/Pipfile index a5aad216..e2a39618 100644 --- a/backend/Pipfile +++ b/backend/Pipfile @@ -18,6 +18,7 @@ jose = {extras = ["cryptography"], version = "*"} passlib = {extras = ["bcrypt"], version = "*"} psycopg2-binary = "*" python-dateutil = "*" +sqlalchemy = "*" [dev-packages] black = "*"