You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
310 B
22 lines
310 B
# Development dependencies for testing and code quality
|
|
|
|
# Testing
|
|
pytest>=6.0.0
|
|
pytest-cov>=2.12.0
|
|
|
|
# Code formatting
|
|
black>=21.0.0
|
|
isort>=5.9.0
|
|
|
|
# Linting
|
|
flake8>=3.9.0
|
|
mypy>=0.900
|
|
|
|
# Pre-commit hooks
|
|
pre-commit>=2.13.0
|
|
|
|
# Documentation
|
|
sphinx>=4.0.0
|
|
sphinx-rtd-theme>=0.5.0
|
|
sphinx-autodoc-typehints>=1.12.0
|