23 lines
No EOL
228 B
Text
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 |