# Swasthya API - Python Dependencies

# Flask Core
Flask==3.0.0
Flask-SQLAlchemy==3.1.1
Flask-JWT-Extended==4.6.0
Flask-CORS==4.0.0
Flask-Migrate==4.0.5

# Database
PyMySQL==1.1.0
cryptography==41.0.7

# AI Integration
g4f==0.3.8.3
edge-tts>=6.1.9

# Utilities
python-dotenv==1.0.0
Werkzeug==3.0.1
gunicorn==21.2.0
requests==2.31.0

# Development
pytest==7.4.3
pytest-cov==4.1.0
black==23.12.1
flake8==6.1.0
