mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
No success by lowering down the Cryptography version, so reverting back to the last changes.
This commit is contained in:
parent
ab5632d5eb
commit
86fb879a0e
@ -38,7 +38,9 @@ psycopg2>=2.8
|
|||||||
python-dateutil>=2.8.0
|
python-dateutil>=2.8.0
|
||||||
SQLAlchemy>=1.3.13
|
SQLAlchemy>=1.3.13
|
||||||
Flask-Security-Too>=3.0.0
|
Flask-Security-Too>=3.0.0
|
||||||
bcrypt<=3.1.7
|
bcrypt<=3.1.7;python_version<="3.5"
|
||||||
cryptography<=3.0
|
bcrypt>=3.2.0;python_version>"3.5"
|
||||||
|
cryptography<=3.0;python_version<="3.5"
|
||||||
|
cryptography>=3.2;python_version>"3.5"
|
||||||
sshtunnel>=0.1.5
|
sshtunnel>=0.1.5
|
||||||
ldap3>=2.5.1
|
ldap3>=2.5.1
|
||||||
|
Loading…
Reference in New Issue
Block a user