# Nyro Package Requirements
# 🧵 Synth: Core dependencies for Redis operations and musical integration

# Core dependencies
requests>=2.25.0

# Python version compatibility
dataclasses>=0.6;python_version<'3.7'

# Optional musical dependencies (install with: pip install nyro[musical])
# musicpy>=6.0.0
# mido>=1.2.0

# Development dependencies (install with: pip install nyro[dev])
# pytest>=6.0.0
# pytest-cov>=2.10.0
# black>=21.0.0
# flake8>=3.8.0
# mypy>=0.800