Upgraded Pillow module to the latest version if Python version is greater than 3.6
parent
44b2f49839
commit
dd4849070a
|
@ -44,7 +44,8 @@ Authlib==0.15.*
|
|||
requests==2.25.*
|
||||
pyotp==2.*
|
||||
qrcode==7.*
|
||||
Pillow==8.3.*
|
||||
Pillow==8.3.*; python_version <= '3.6'
|
||||
Pillow==9.*; python_version >= '3.7'
|
||||
boto3==1.20.*
|
||||
botocore==1.23.*
|
||||
urllib3==1.26.*
|
||||
urllib3==1.26.*
|
||||
|
|
Loading…
Reference in New Issue