diff --git a/requirements.txt b/requirements.txt index 6fbea1f..554e0fd 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,7 +6,7 @@ fastapi-sqlalchemy==0.2.1; python_version >= "3.7" fastapi==0.95.1; python_version >= "3.7" greenlet==2.0.2; python_version >= "3.7" and python_full_version < "3.0.0" and platform_machine == "aarch64" or python_version >= "3.7" and python_full_version < "3.0.0" and platform_machine == "ppc64le" or python_version >= "3.7" and python_full_version < "3.0.0" and platform_machine == "x86_64" or python_version >= "3.7" and python_full_version < "3.0.0" and platform_machine == "amd64" or python_version >= "3.7" and python_full_version < "3.0.0" and platform_machine == "AMD64" or python_version >= "3.7" and python_full_version < "3.0.0" and platform_machine == "win32" or python_version >= "3.7" and python_full_version < "3.0.0" and platform_machine == "WIN32" or platform_machine == "aarch64" and python_version >= "3.7" and python_full_version >= "3.5.0" or platform_machine == "ppc64le" and python_version >= "3.7" and python_full_version >= "3.5.0" or platform_machine == "x86_64" and python_version >= "3.7" and python_full_version >= "3.5.0" or platform_machine == "amd64" and python_version >= "3.7" and python_full_version >= "3.5.0" or platform_machine == "AMD64" and python_version >= "3.7" and python_full_version >= "3.5.0" or platform_machine == "win32" and python_version >= "3.7" and python_full_version >= "3.5.0" or platform_machine == "WIN32" and python_version >= "3.7" and python_full_version >= "3.5.0" h11==0.14.0; python_version >= "3.7" -idna==3.4; python_full_version >= "3.6.2" and python_version >= "3.7" +idna==3.7; python_full_version >= "3.6.2" and python_version >= "3.7" loguru==0.6.0; python_version >= "3.5" mako==1.2.4; python_version >= "3.7" markupsafe==2.1.2; python_version >= "3.7"