mirror of
https://github.com/flibusta-apps/book_library_server.git
synced 2025-12-06 07:05:36 +01:00
Update requirements
This commit is contained in:
@@ -9,10 +9,8 @@ python = "^3.9"
|
||||
fastapi = ">=0.71.0"
|
||||
pydantic = {extras = ["dotenv"], version = "^1.8.2"}
|
||||
uvicorn = {extras = ["standart"], version = "^0.15.0"}
|
||||
ormar = "^0.10.22"
|
||||
ormar = {extras = ["postgresql"], version = "^0.11.0"}
|
||||
alembic = "^1.7.4"
|
||||
asyncpg = "^0.24.0"
|
||||
psycopg2 = "^2.9.1"
|
||||
fastapi-pagination = {extras = ["ormar"], version = "^0.9.0"}
|
||||
orjson = "^3.6.4"
|
||||
aioredis = "^2.0.0"
|
||||
|
||||
Reference in New Issue
Block a user