# Core Web Framework
fastapi==0.109.0
uvicorn[standard]==0.27.0
python-multipart==0.0.6
websockets==12.0

# Computer Vision & OCR
opencv-python-headless==4.9.0.80
easyocr==1.7.1
numpy==1.24.3
Pillow==10.2.0

# Text-to-Speech
gTTS==2.5.0

# Database (future-ready)
sqlalchemy==2.0.25

# Utilities
python-dateutil==2.8.2
pytz==2024.1
aiofiles==23.2.1

# Optional: For RTSP streams
# av==11.0.0

# Frontend (if using Streamlit instead)
# streamlit==1.31.0
