Files
ds_zagres_ai/requirements.txt
T

17 lines
312 B
Plaintext
Raw Normal View History

# Core dependencies
2025-05-09 15:41:16 +01:00
fastapi==0.103.1
uvicorn==0.23.2
pydantic>=2.5.2,<3.0.0 # Updated to resolve dependency conflicts
python-dotenv==1.0.0
2025-05-09 15:41:16 +01:00
# Document processing
2025-05-09 15:41:16 +01:00
langchain-text-splitters==0.3.8
# Utilities
requests==2.32.3
2025-05-20 02:18:46 +01:00
# WebSocket and async support
python-socketio==5.10.0
aiohttp==3.9.1
websockets==12.0