From e4548aab3a364c173fa1bc8201cb110858e2a2b4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rn-Michael=20Miehe?= <40151420+ldericher@users.noreply.github.com> Date: Mon, 28 Mar 2022 23:07:13 +0000 Subject: [PATCH] remove SQLAlchemy direct dependency --- api/poetry.lock | 2 +- api/pyproject.toml | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/api/poetry.lock b/api/poetry.lock index b7e8cee..f441c4f 100644 --- a/api/poetry.lock +++ b/api/poetry.lock @@ -501,7 +501,7 @@ standard = ["websockets (>=10.0)", "httptools (>=0.4.0)", "watchgod (>=0.6)", "p [metadata] lock-version = "1.1" python-versions = "^3.10" -content-hash = "a580f9fe4c68667e4cbdf385ac11d5c7a2925e3c990b7164faa922ec8b6f9555" +content-hash = "ec07664a3624e6204beb2371bccc164ca1029f6e80663a9bd5946f4eaea04ca1" [metadata.files] anyio = [ diff --git a/api/pyproject.toml b/api/pyproject.toml index c51d3d2..4967d16 100644 --- a/api/pyproject.toml +++ b/api/pyproject.toml @@ -7,7 +7,6 @@ version = "0.1.0" [tool.poetry.dependencies] python = "^3.10" -SQLAlchemy = "^1.4.32" fastapi = "^0.75.0" passlib = {extras = ["argon2", "bcrypt"], version = "^1.7.4"} pyOpenSSL = "^22.0.0"