mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
SQLAlchemy version should be 1.4.44 for Python 3.6 as the latest version throws some migration errors.
This commit is contained in:
parent
2e2fd34dde
commit
a5af64b907
@ -30,7 +30,8 @@ sqlparse==0.*
|
|||||||
psutil==5.9.3
|
psutil==5.9.3
|
||||||
psycopg2==2.9.*
|
psycopg2==2.9.*
|
||||||
python-dateutil==2.*
|
python-dateutil==2.*
|
||||||
SQLAlchemy==1.4.*
|
SQLAlchemy==1.4.44; python_version <= '3.6'
|
||||||
|
SQLAlchemy==1.4.*; python_version >= '3.7'
|
||||||
bcrypt==3.*
|
bcrypt==3.*
|
||||||
cryptography==3.*
|
cryptography==3.*
|
||||||
sshtunnel==0.*
|
sshtunnel==0.*
|
||||||
|
Loading…
Reference in New Issue
Block a user