# AlgoSphere India — Python Dependencies
# Install: pip install -r requirements.txt --break-system-packages

# Web framework
fastapi==0.115.0
uvicorn[standard]==0.30.6

# Database
sqlalchemy[asyncio]==2.0.35
alembic==1.13.3
asyncpg==0.29.0
psycopg2-binary==2.9.9

# Auth & Security
passlib[bcrypt]==1.7.4
bcrypt==4.0.1
python-jose[cryptography]==3.3.0
python-multipart==0.0.12

# Config
pydantic-settings==2.5.2
python-dotenv==1.0.1

# HTTP
httpx==0.27.2
websockets==13.1

# Broker SDKs
kiteconnect==5.0.1

# Utils
redis==5.0.8
celery==5.4.0

# Data & Analytics (strategy engine)
pandas==2.2.3
numpy==2.1.1

# Testing
pytest==8.3.3
pytest-asyncio==0.24.0
httpx==0.27.2
