# This file was autogenerated by uv via the following command:
#    uv pip compile pyproject.toml --group dev -o requirements.txt
click==8.2.1
    # via typer
coverage==7.10.4
    # via
    #   ties (pyproject.toml:dev)
    #   pytest-cov
iniconfig==2.1.0
    # via pytest
markdown-it-py==4.0.0
    # via rich
mdurl==0.1.2
    # via markdown-it-py
packaging==25.0
    # via pytest
pluggy==1.6.0
    # via
    #   pytest
    #   pytest-cov
pygments==2.19.2
    # via
    #   pytest
    #   rich
pytest==8.4.1
    # via
    #   ties (pyproject.toml:dev)
    #   pytest-cov
pytest-cov==6.2.1
    # via ties (pyproject.toml:dev)
pyyaml==6.0.2
    # via ties (pyproject.toml:dev)
rich==14.1.0
    # via typer
shellingham==1.5.4
    # via typer
toml==0.10.2
    # via ties (pyproject.toml)
typer==0.16.0
    # via ties (pyproject.toml)
typing-extensions==4.14.1
    # via typer
