#
# This file is autogenerated by pip-compile with Python 3.9
# by the following command:
#
#    pip-compile --no-emit-index-url --strip-extras apps/api_proxy/requirements.in
#
anyio==4.0.0
    # via
    #   httpx
    #   starlette
certifi==2023.7.22
    # via
    #   httpcore
    #   httpx
exceptiongroup==1.1.3
    # via anyio
fastapi==0.99.1
    # via -r apps/api_proxy/requirements.in
h11==0.14.0
    # via httpcore
httpcore==1.0.1
    # via httpx
httpx==0.25.1
    # via -r apps/api_proxy/requirements.in
idna==3.4
    # via
    #   anyio
    #   httpx
psutil==5.9.6
    # via -r apps/api_proxy/requirements.in
pydantic==1.10.13
    # via fastapi
sniffio==1.3.0
    # via
    #   anyio
    #   httpx
starlette==0.27.0
    # via fastapi
typing-extensions==4.8.0
    # via
    #   fastapi
    #   pydantic
    #   starlette
