#
# This file is autogenerated by pip-compile with Python 3.12
# by the following command:
#
#    pip-compile
#
annotated-types==0.6.0
    # via pydantic
anyio==3.7.1
    # via
    #   fastapi
    #   httpx
    #   starlette
    #   watchfiles
certifi==2023.11.17
    # via
    #   httpcore
    #   httpx
click==8.1.7
    # via uvicorn
dnspython==2.4.2
    # via email-validator
email-validator==2.1.0.post1
    # via fastapi
fastapi[all]==0.104.1
    # via -r requirements.in
gunicorn==21.2.0
    # via -r requirements.in
h11==0.14.0
    # via
    #   httpcore
    #   uvicorn
hiredis==2.2.3
    # via redis
httpcore==1.0.2
    # via httpx
httptools==0.6.1
    # via uvicorn
httpx==0.25.2
    # via fastapi
idna==3.6
    # via
    #   anyio
    #   email-validator
    #   httpx
itsdangerous==2.1.2
    # via fastapi
jinja2==3.1.2
    # via fastapi
markupsafe==2.1.3
    # via jinja2
orjson==3.9.10
    # via fastapi
packaging==23.2
    # via gunicorn
pydantic==2.5.2
    # via
    #   -r requirements.in
    #   fastapi
    #   pydantic-extra-types
    #   pydantic-settings
pydantic-core==2.14.5
    # via pydantic
pydantic-extra-types==2.1.0
    # via fastapi
pydantic-settings==2.1.0
    # via fastapi
python-dotenv==1.0.0
    # via
    #   pydantic-settings
    #   uvicorn
python-multipart==0.0.6
    # via fastapi
pyyaml==6.0.1
    # via
    #   fastapi
    #   uvicorn
redis[hiredis]==5.0.1
    # via -r requirements.in
sniffio==1.3.0
    # via
    #   anyio
    #   httpx
starlette==0.27.0
    # via fastapi
typing-extensions==4.9.0
    # via
    #   fastapi
    #   pydantic
    #   pydantic-core
ujson==5.8.0
    # via fastapi
uvicorn[standard]==0.24.0.post1
    # via
    #   fastapi
    #   uvicorn
uvloop==0.19.0
    # via uvicorn
watchfiles==0.21.0
    # via uvicorn
websockets==12.0
    # via uvicorn
