mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-01-23 23:13:38 -06:00
Downgrade boto3 to ensure compatibility with Debian 10.
This commit is contained in:
parent
ab01dde2ba
commit
33bd02d337
@ -48,7 +48,8 @@ Authlib==1.3.*; python_version > '3.7'
|
||||
Authlib==1.2.*; python_version <= '3.7'
|
||||
pyotp==2.*
|
||||
qrcode==7.*
|
||||
boto3==1.34.*
|
||||
boto3==1.34.*; python_version > '3.7'
|
||||
boto3==1.33.*; python_version <= '3.7'
|
||||
urllib3==1.26.*
|
||||
azure-mgmt-rdbms==10.1.0
|
||||
azure-mgmt-resource==23.1.1
|
||||
|
Loading…
Reference in New Issue
Block a user