SQLAlchemy version should be 1.4.44 for Python 3.6 as the latest version throws some migration errors.
parent
2e2fd34dde
commit
a5af64b907
|
@ -30,7 +30,8 @@ sqlparse==0.*
|
|||
psutil==5.9.3
|
||||
psycopg2==2.9.*
|
||||
python-dateutil==2.*
|
||||
SQLAlchemy==1.4.*
|
||||
SQLAlchemy==1.4.44; python_version <= '3.6'
|
||||
SQLAlchemy==1.4.*; python_version >= '3.7'
|
||||
bcrypt==3.*
|
||||
cryptography==3.*
|
||||
sshtunnel==0.*
|
||||
|
|
Loading…
Reference in New Issue