SQLAlchemy version should be 1.4.44 for Python 3.6 as the latest version throws some migration errors.

pull/5635/head
Akshay Joshi 2022-12-12 12:23:32 +05:30
parent 2e2fd34dde
commit a5af64b907
1 changed files with 2 additions and 1 deletions

View File

@ -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.*