platformdirs>=3.5.3
prompt_toolkit>=3.0.40
pydantic>=2.0
pygments>=2.17.0
rich>=13.6.0
unidecode>=1.1.0
freshpointsync==0.2.1

[build]
build
twine

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

[lint]
mypy
ruff

[test]
pytest
pytest-asyncio
