Add a condition for Werkzeug version 2.1.1, as it is supported on Python 3.7 and above.

This commit is contained in:
Akshay Joshi 2022-08-16 12:52:04 +05:30
parent 2d27a97b8c
commit 88a443f73d

View File

@ -49,7 +49,8 @@ Pillow==9.*; python_version >= '3.7'
boto3==1.20.*
botocore==1.23.*
urllib3==1.26.*
Werkzeug==2.1.1
Werkzeug==2.0.3; python_version <= '3.6'
Werkzeug==2.1.1; python_version >= '3.7'
azure-mgmt-rdbms==10.1.0
azure-mgmt-resource==21.0.0
azure-mgmt-subscription==3.0.0