Upgraded Pillow module to the latest version if Python version is greater than 3.6

This commit is contained in:
Akshay Joshi 2022-02-23 17:59:37 +05:30
parent 44b2f49839
commit dd4849070a

View File

@ -44,7 +44,8 @@ Authlib==0.15.*
requests==2.25.* requests==2.25.*
pyotp==2.* pyotp==2.*
qrcode==7.* qrcode==7.*
Pillow==8.3.* Pillow==8.3.*; python_version <= '3.6'
Pillow==9.*; python_version >= '3.7'
boto3==1.20.* boto3==1.20.*
botocore==1.23.* botocore==1.23.*
urllib3==1.26.* urllib3==1.26.*