# SVG Water Quality Generator - Dependencies

# Core dependencies
numpy>=1.21.0
pandas>=1.3.0
matplotlib>=3.5.0
scipy>=1.7.0

# Data processing
chardet>=4.0.0
python-dotenv>=0.19.0

# Network and file handling
requests>=2.25.0
pillow>=8.3.0

# Optional dependencies for cloud storage
oss2>=2.15.0

# Optional dependencies for image processing
opencv-python>=4.5.0

# Development dependencies (optional)
pytest>=6.0.0
pytest-cov>=3.0.0
black>=21.0.0
flake8>=4.0.0

# Documentation dependencies (optional)
sphinx>=4.0.0
sphinx-rtd-theme>=1.0.0