16 lines
240 B
Plaintext
16 lines
240 B
Plaintext
# FastAPI e server
|
|
fastapi
|
|
uvicorn[standard]
|
|
python-multipart
|
|
|
|
# Pydantic per la validazione e le impostazioni
|
|
pydantic
|
|
pydantic-settings
|
|
|
|
# Database
|
|
sqlalchemy
|
|
psycopg2-binary
|
|
alembic
|
|
|
|
# Per richieste HTTP (scaricare immagini da URL)
|
|
httpx |