diff --git a/requirements.txt b/requirements.txt index 500bb13..effea6a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -37,6 +37,7 @@ slowapi==0.1.6; python_version >= "3.7" and python_version < "4.0" sniffio==1.3.0; python_version >= "3.7" and python_version < "4.0" and python_full_version >= "3.6.2" starlette==0.19.1; python_version >= "3.7" and python_full_version >= "3.6.1" and python_version < "4.0" toml==0.10.2; (python_version >= "2.6" and python_full_version < "3.0.0") or (python_full_version >= "3.3.0") +types-toml==0.10.8 typing-extensions==4.3.0; python_version >= "3.7" and python_full_version >= "3.6.1" and python_version < "4.0" uvicorn==0.18.3; python_version >= "3.7" uvloop==0.16.0; sys_platform != "win32" and sys_platform != "cygwin" and platform_python_implementation != "PyPy" and python_version >= "3.7" and python_version < "4.0"