typer>=0.4.1
requests>=2.27.1
beautifulsoup4>=4.11.1
pydantic>=1.9.0

[all]
isort
wemake-python-styleguide
mypy
black
nitpick
add-trailing-comma
types-requests>=2.27.17
types-beautifulsoup4>=4.10.19
devtools[pygmentz]
pytest
pytest-cov
pytest-mock

[dev]
isort
wemake-python-styleguide
mypy
black
nitpick
add-trailing-comma
types-requests>=2.27.17
types-beautifulsoup4>=4.10.19
devtools[pygmentz]

[tests]
pytest
pytest-cov
pytest-mock
