Reviewed-on: #2 Co-authored-by: Ēriks Karls <git@72.lv> Co-committed-by: Ēriks Karls <git@72.lv>
24 lines
340 B
Plaintext
24 lines
340 B
Plaintext
## Requirements for development of library
|
|
# Base requirements
|
|
httpx[http2]==0.27.0
|
|
pydantic==2.6.3
|
|
|
|
# Code style
|
|
black==24.2
|
|
flake8==7.0
|
|
isort==5.13.2
|
|
|
|
# Type check
|
|
mypy==1.9
|
|
|
|
# Version and package support
|
|
twine==5.0
|
|
bump-my-version==0.18.3
|
|
build==1.1.1
|
|
pur==7.3.1
|
|
setuptools==69.1.1
|
|
|
|
# Testing and debugging
|
|
pytest==8.1.1
|
|
ipython==8.22.2
|