ai-station/requirements.txt

34 lines
493 B
Plaintext
Raw Normal View History

# CORE
chainlit==2.8.3
pydantic>=2.9.2
# SOCKET FIX (Critico per evitare il crash 'auth')
python-socketio==5.11.0
python-engineio==4.9.0
# DATABASE & ASYNC
2025-12-26 16:48:51 +00:00
asyncpg>=0.29.0
2025-12-25 14:54:33 +00:00
psycopg2-binary
2025-12-26 16:48:51 +00:00
sqlalchemy>=2.0.0
alembic
greenlet>=3.0.0
# AI & VECTOR STORE
ollama>=0.1.0
qdrant-client>=1.10.0
langchain>=0.0.208
pymupdf
# UTILS & NETWORKING
2025-12-29 05:50:06 +00:00
python-dotenv
httpx>=0.24.0
aiofiles>=23.0.0
sniffio
aiohttp
2025-12-29 05:50:06 +00:00
boto3>=1.28.0
2025-12-30 07:51:10 +00:00
azure-storage-file-datalake>=12.14.0
# NUOVI PER EXCEL
pandas
openpyxl
tabulate