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 = "*"