aiohttp>=3.7
certifi>=2020.4.5
beautifulsoup4>=4.9
lxml>=4.5
pydantic>=2.0
unidecode>=1.3

[:python_version < "3.10"]
typing_extensions>=4.3

[build]
build
twine

[dev]
tox
freshpointsync[lint]
freshpointsync[test]
freshpointsync[doc]
freshpointsync[build]

[docs]
sphinx
sphinx_copybutton
autodoc-pydantic
sphinx_rtd_theme

[lint]
mypy
ruff

[test]
pytest
pytest-asyncio
