mirror of
https://github.com/grillazz/fastapi-sqlalchemy-asyncpg.git
synced 2026-01-17 11:40:39 +03:00
add auth deps
This commit is contained in:
@@ -11,7 +11,7 @@ python = "^3.11"
|
||||
alembic = "*"
|
||||
asyncpg = "*"
|
||||
httpx = "*"
|
||||
pydantic = "*"
|
||||
pydantic = {version = "*", extras = ["email"]}
|
||||
sqlalchemy = "*"
|
||||
fastapi = "*"
|
||||
uvicorn = { extras = ["standard"], version = "*" }
|
||||
@@ -26,7 +26,10 @@ ipython = "*"
|
||||
pytest-cov = "*"
|
||||
pytest-asyncio = "*"
|
||||
ruff = "*"
|
||||
pydantic-settings = "^2.0.1"
|
||||
pydantic-settings = "*"
|
||||
cryptography = "*"
|
||||
pyjwt = {version = "*", extras = ["cryptography"]}
|
||||
redis = "*"
|
||||
|
||||
[tool.poetry.group.dev.dependencies]
|
||||
tryceratops = "^1.1.0"
|
||||
|
||||
Reference in New Issue
Block a user