py_atmo_data_wrapper/requirements-dev.txt
2025-07-14 17:56:57 +02:00

23 lines
No EOL
228 B
Text

# Development dependencies
-r requirements.txt
# Testing
pytest>=6.0
pytest-cov
pytest-mock
# Code quality
black
flake8
mypy
isort
# Documentation
sphinx
sphinx-rtd-theme
# Development tools
pre-commit
twine
wheel
setuptools