typer<0.10,>=0.9.0
pydantic<3,>=2.0.3
filelock==3.*

[:python_version < "3.8"]
backports.cached_property<2,>=1.0.2

[:python_version < "3.9"]
typing-extensions<5,>=3.7.4.3

[lint]
mypy==1.*

[test]
pytest==7.*
pytest-cov
