sqrtspace-python/requirements-dev.txt
2025-07-20 04:11:04 -04:00

31 lines
453 B
Plaintext

# Development dependencies
-r requirements.txt
# Testing
pytest>=7.0.0
pytest-asyncio>=0.20.0
pytest-cov>=4.0.0
pytest-xdist>=3.0.0
# Code quality
black>=22.0.0
flake8>=5.0.0
mypy>=0.990
isort>=5.10.0
# Documentation
sphinx>=5.0.0
sphinx-rtd-theme>=1.0.0
sphinx-autodoc-typehints>=1.19.0
# ML frameworks (optional)
torch>=1.10.0
tensorflow>=2.8.0
# Visualization (optional)
matplotlib>=3.5.0
seaborn>=0.11.0
# Build tools
build>=0.8.0
twine>=4.0.0