21 lines
286 B
Plaintext
21 lines
286 B
Plaintext
# Development and testing dependencies
|
|
|
|
# Testing
|
|
pytest>=7.0.0
|
|
pytest-asyncio>=0.20.0
|
|
pytest-cov>=4.0.0
|
|
pytest-mock>=3.10.0
|
|
|
|
# Code quality
|
|
black>=22.0.0
|
|
flake8>=4.0.0
|
|
mypy>=0.950
|
|
isort>=5.10.0
|
|
|
|
# Documentation
|
|
sphinx>=5.0.0
|
|
sphinx-rtd-theme>=1.0.0
|
|
|
|
# Development tools
|
|
ipython>=8.0.0
|