Boilerplate FastAPI & Dockerfile + NGINX
This commit is contained in:
13
requirements.txt
Normal file
13
requirements.txt
Normal file
@@ -0,0 +1,13 @@
|
||||
fastapi==0.114.2
|
||||
uvicorn[standard]==0.30.6
|
||||
SQLAlchemy[asyncio]==2.0.35
|
||||
asyncpg==0.29.0
|
||||
alembic==1.13.2
|
||||
python-jose[cryptography]==3.3.0
|
||||
passlib[argon2]==1.7.4
|
||||
pydantic-settings==2.4.0
|
||||
cryptography==43.0.1
|
||||
structlog==24.4.0
|
||||
prometheus-fastapi-instrumentator==6.1.0
|
||||
httpx==0.27.2
|
||||
pytest==8.3.3
|
Reference in New Issue
Block a user