Hardcoded 'itsdangerous' version to <=1.1.0, as the latest version not working correctly for pgAdmin.
parent
1c2b312d49
commit
0a95550fc0
|
@ -29,6 +29,7 @@ psutil==5.*
|
||||||
psycopg2==2.8.*
|
psycopg2==2.8.*
|
||||||
python-dateutil==2.*
|
python-dateutil==2.*
|
||||||
SQLAlchemy==1.3.*
|
SQLAlchemy==1.3.*
|
||||||
|
itsdangerous<=1.1.0
|
||||||
Flask-Security-Too==3.*
|
Flask-Security-Too==3.*
|
||||||
bcrypt==3.*
|
bcrypt==3.*
|
||||||
cryptography==3.*
|
cryptography==3.*
|
||||||
|
|
Loading…
Reference in New Issue