mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2024-11-26 02:30:21 -06:00
Modified 'cryptography' version to less than or equal to 3.0 to fix the
pgAdmin4 launch issue on Windows. Cryptography's new version may be creating a problem. This is a temporary fix and will have to investigate the proper fix.
This commit is contained in:
parent
b85831fb5f
commit
3b9e8e47ec
@ -39,5 +39,6 @@ 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
|
||||||
|
cryptography<=3.0
|
||||||
sshtunnel>=0.1.5
|
sshtunnel>=0.1.5
|
||||||
ldap3>=2.5.1
|
ldap3>=2.5.1
|
||||||
|
Loading…
Reference in New Issue
Block a user