This commit is contained in:
parent
4b4b0a0f80
commit
fed03bf21b
2 changed files with 1000 additions and 287 deletions
1283
poetry.lock
generated
1283
poetry.lock
generated
File diff suppressed because it is too large
Load diff
|
@ -7,9 +7,9 @@ readme = "README.org"
|
||||||
|
|
||||||
[tool.poetry.dependencies]
|
[tool.poetry.dependencies]
|
||||||
python = "~3.11"
|
python = "~3.11"
|
||||||
fastapi = "^0.110.0"
|
fastapi = "^0.111.0"
|
||||||
httpx = "^0.27.0"
|
httpx = "^0.27.0"
|
||||||
uvicorn = "^0.27.1"
|
uvicorn = "^0.30.1"
|
||||||
loguru = "^0.7.2"
|
loguru = "^0.7.2"
|
||||||
sqlalchemy = "^2.0.27"
|
sqlalchemy = "^2.0.27"
|
||||||
aiosqlite = "^0.20.0"
|
aiosqlite = "^0.20.0"
|
||||||
|
|
Loading…
Reference in a new issue