# CLE-Net Requirements

# Core dependencies
python >= 3.9

# No external dependencies for core MVP
# All modules use standard library only

# Optional: For future enhancements
# numpy >= 1.20  # For numerical operations
# networkx >= 2.5  # For graph operations

# Development dependencies
pytest >= 7.0  # For testing
black >= 22.0  # For formatting
flake8 >= 4.0  # For linting
mypy >= 0.950  # For type checking
