21 lines
281 B
Plaintext
21 lines
281 B
Plaintext
|
|
# Development dependencies
|
||
|
|
-r requirements.txt
|
||
|
|
|
||
|
|
# Testing
|
||
|
|
pytest==7.4.3
|
||
|
|
pytest-asyncio==0.21.1
|
||
|
|
pytest-cov==4.1.0
|
||
|
|
pytest-env==1.1.1
|
||
|
|
httpx==0.25.2
|
||
|
|
|
||
|
|
# Code quality
|
||
|
|
black==23.12.1
|
||
|
|
flake8==6.1.0
|
||
|
|
mypy==1.7.1
|
||
|
|
isort==5.13.2
|
||
|
|
pylint==3.0.3
|
||
|
|
|
||
|
|
# Development tools
|
||
|
|
ipython==8.18.1
|
||
|
|
ipdb==0.13.13
|