mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-01-11 00:22:34 -06:00
Upgraded Pillow module to the latest version if Python version is greater than 3.6
This commit is contained in:
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
Block a user