20 lines
223 B
Plaintext
20 lines
223 B
Plaintext
|
|
# Development and Testing Dependencies
|
||
|
|
|
||
|
|
# Include production requirements
|
||
|
|
-r requirements.txt
|
||
|
|
|
||
|
|
# Testing framework
|
||
|
|
pytest
|
||
|
|
pytest-asyncio
|
||
|
|
pytest-cov
|
||
|
|
pytest-mock
|
||
|
|
|
||
|
|
|
||
|
|
black
|
||
|
|
flake8
|
||
|
|
mypy
|
||
|
|
isort
|
||
|
|
|
||
|
|
# Coverage reporting
|
||
|
|
coverage[toml]
|