diff --git a/requirements.txt b/requirements.txt index b5d491a..530d62b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,7 +5,7 @@ colorama==0.4.6 ; python_version >= "3.10" and python_version < "4.0" and (sys_p exceptiongroup==1.1.3 ; python_version >= "3.10" and python_version < "3.11" flask-sqlalchemy==3.1.1 ; python_version >= "3.10" and python_version < "4.0" flask==2.3.3 ; python_version >= "3.10" and python_version < "4.0" -greenlet==2.0.2 ; python_version >= "3.10" and python_version < "4.0" and (platform_machine == "aarch64" or platform_machine == "ppc64le" or platform_machine == "x86_64" or platform_machine == "amd64" or platform_machine == "AMD64" or platform_machine == "win32" or platform_machine == "WIN32") +greenlet==3.0.3 ; python_version >= "3.10" and python_version < "4.0" and (platform_machine == "aarch64" or platform_machine == "ppc64le" or platform_machine == "x86_64" or platform_machine == "amd64" or platform_machine == "AMD64" or platform_machine == "win32" or platform_machine == "WIN32") gunicorn==21.2.0 ; python_version >= "3.10" and python_version < "4.0" iniconfig==2.0.0 ; python_version >= "3.10" and python_version < "4.0" isort==5.12.0 ; python_version >= "3.10" and python_version < "4.0"