# Core dependencies for RouteMQ MQTT Framework
python-dotenv==1.2.2
paho-mqtt==1.6.1
SQLAlchemy==2.0.50
aiomysql==0.3.2

# System information
psutil==7.2.2

# Redis integration (optional)
redis==7.4.0

# REPL/Tinker functionality
IPython==9.13.0
nest-asyncio==1.6.0

# Optional: For development and testing
pytest==9.0.3
pytest-asyncio==1.4.0
