ai-station/requirements.txt

34 lines
493 B
Plaintext

# 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
asyncpg>=0.29.0
psycopg2-binary
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
python-dotenv
httpx>=0.24.0
aiofiles>=23.0.0
sniffio
aiohttp
boto3>=1.28.0
azure-storage-file-datalake>=12.14.0
# NUOVI PER EXCEL
pandas
openpyxl
tabulate