Werkzeug 3.1 requires python version >= 3.9.

pull/8097/head
Akshay Joshi 2024-11-06 12:37:51 +05:30
parent 2e098c487a
commit 6cb71c9ae4
1 changed files with 2 additions and 1 deletions

View File

@ -52,7 +52,8 @@ azure-identity==1.19.0
google-api-python-client==2.*
google-auth-oauthlib==1.2.1
keyring==25.*
Werkzeug==3.1.*
Werkzeug==3.0.*; python_version <= '3.8'
Werkzeug==3.1.*; python_version >= '3.9'
typer[all]==0.12.*
setuptools==75.*; python_version >= '3.12'
jsonformatter~=0.3.2