mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-01-23 23:13:38 -06:00
Downgrade some more packages to ensure compatibility with Debian 10
This commit is contained in:
parent
33bd02d337
commit
f96977733f
@ -52,9 +52,11 @@ 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
|
||||
azure-mgmt-resource==23.1.1; python_version > '3.7'
|
||||
azure-mgmt-resource==23.0.1; python_version <= '3.7'
|
||||
azure-mgmt-subscription==3.1.1
|
||||
azure-identity==1.16.1
|
||||
azure-identity==1.16.1; python_version > '3.7'
|
||||
azure-identity==1.15.0; python_version <= '3.7'
|
||||
google-api-python-client==2.*
|
||||
google-auth-oauthlib==1.2.0
|
||||
keyring==24.*; python_version > '3.7'
|
||||
|
Loading…
Reference in New Issue
Block a user