[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"

[packages]
fastapi = "==0.85.0"
anyio = "==3.6.1"
click = "==8.1.3"
h11 = "==0.14.0"
idna = "==3.4"
langdetect = "==1.0.9"
markdown2 = "==2.4.5"
pydantic = "==1.10.2"
python-multipart = "==0.0.5"
six = "==1.16.0"
sniffio = "==1.3.0"
starlette = "==0.20.4"
typing-extensions = "==4.4.0"
uvicorn = "==0.18.3"

[dev-packages]

[requires]
python_version = "3.10"
