#
# This file is autogenerated by pip-compile with Python 3.10
# by the following command:
#
#    pip-compile --allow-unsafe --extra=fastapi --extra=test --output-file=requirements/fastapi.txt
#
annotated-types==0.6.0
    # via pydantic
anyio==3.7.1
    # via
    #   fastapi
    #   starlette
attrs==23.1.0
    # via hypothesis
coverage[toml]==7.3.2
    # via
    #   coverage-conditional-plugin
    #   pytest-cov
coverage-conditional-plugin==0.9.0
    # via dycw-utilities (pyproject.toml)
exceptiongroup==1.1.3
    # via
    #   anyio
    #   dycw-utilities (pyproject.toml)
    #   hypothesis
    #   pytest
execnet==2.0.2
    # via pytest-xdist
fastapi==0.103.2
    # via dycw-utilities (pyproject.toml)
hypothesis==6.87.4
    # via dycw-utilities (pyproject.toml)
idna==3.4
    # via anyio
iniconfig==2.0.0
    # via pytest
packaging==23.2
    # via
    #   coverage-conditional-plugin
    #   pytest
pluggy==1.3.0
    # via pytest
pydantic==2.4.2
    # via fastapi
pydantic-core==2.10.1
    # via pydantic
pytest==7.4.2
    # via
    #   dycw-utilities (pyproject.toml)
    #   pytest-check
    #   pytest-cov
    #   pytest-instafail
    #   pytest-randomly
    #   pytest-xdist
pytest-check==2.2.2
    # via dycw-utilities (pyproject.toml)
pytest-cov==4.1.0
    # via dycw-utilities (pyproject.toml)
pytest-instafail==0.5.0
    # via dycw-utilities (pyproject.toml)
pytest-randomly==3.15.0
    # via dycw-utilities (pyproject.toml)
pytest-xdist==3.3.1
    # via dycw-utilities (pyproject.toml)
sniffio==1.3.0
    # via anyio
sortedcontainers==2.4.0
    # via hypothesis
starlette==0.27.0
    # via fastapi
tomli==2.0.1
    # via
    #   coverage
    #   pytest
typing-extensions==4.8.0
    # via
    #   dycw-utilities (pyproject.toml)
    #   fastapi
    #   pydantic
    #   pydantic-core
