#
# This file is autogenerated by pip-compile with Python 3.8
# by the following command:
#
#    pip-compile
#
absl-py==2.0.0
    # via -r requirements.in
anyio==4.0.0
    # via starlette
click==8.1.7
    # via uvicorn
exceptiongroup==1.1.3
    # via anyio
fastapi==0.99.1
    # via -r requirements.in
h11==0.14.0
    # via uvicorn
idna==3.4
    # via anyio
pydantic==1.10.13
    # via fastapi
sniffio==1.3.0
    # via anyio
starlette==0.27.0
    # via fastapi
typing-extensions==4.8.0
    # via
    #   fastapi
    #   pydantic
    #   starlette
    #   uvicorn
uvicorn==0.23.2
    # via -r requirements.in
