22 lines
310 B
Plaintext
22 lines
310 B
Plaintext
## Requirements for development of library
|
|
# Base requirements
|
|
requests~=2.31.0
|
|
pydantic~=2.6.3
|
|
|
|
# Code style
|
|
black~=24.2
|
|
flake8~=7.0
|
|
isort~=5.13
|
|
mypy~=1.9
|
|
|
|
# Version and package support
|
|
twine~=5.0
|
|
bump-my-version~=0.18
|
|
build~=1.1
|
|
pur~=7.3
|
|
setuptools~=69.1
|
|
|
|
# Testing and debugging
|
|
pytest~=8.0
|
|
ipython~=8.22.0
|