remove SQLAlchemy direct dependency
This commit is contained in:
parent
a87a1848c9
commit
e4548aab3a
2 changed files with 1 additions and 2 deletions
2
api/poetry.lock
generated
2
api/poetry.lock
generated
|
@ -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 = [
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue