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"