17 lines
216 B
Plaintext
17 lines
216 B
Plaintext
# FastAPI
|
|
fastapi==0.109.0
|
|
uvicorn[standard]==0.27.0
|
|
|
|
# Database
|
|
sqlalchemy==2.0.25
|
|
aiosqlite==0.19.0
|
|
|
|
# Data validation
|
|
pydantic==2.5.3
|
|
|
|
# Notification engine
|
|
apprise==1.7.2
|
|
|
|
# Form handling
|
|
python-multipart==0.0.6
|