Hardcoded 'itsdangerous' version to <=1.1.0, as the latest version not working correctly for pgAdmin.

This commit is contained in:
Akshay Joshi 2021-05-18 13:41:14 +05:30
parent 1c2b312d49
commit 0a95550fc0

View File

@ -29,6 +29,7 @@ psutil==5.*
psycopg2==2.8.*
python-dateutil==2.*
SQLAlchemy==1.3.*
itsdangerous<=1.1.0
Flask-Security-Too==3.*
bcrypt==3.*
cryptography==3.*