mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2024-11-22 08:46:39 -06:00
Fixed Windows issue with the combination of Python 3.8, bcrypt 3.1.7, and Cryptography 3.0
This commit is contained in:
parent
86fb879a0e
commit
f403e61b66
@ -38,9 +38,7 @@ psycopg2>=2.8
|
||||
python-dateutil>=2.8.0
|
||||
SQLAlchemy>=1.3.13
|
||||
Flask-Security-Too>=3.0.0
|
||||
bcrypt<=3.1.7;python_version<="3.5"
|
||||
bcrypt>=3.2.0;python_version>"3.5"
|
||||
cryptography<=3.0;python_version<="3.5"
|
||||
cryptography>=3.2;python_version>"3.5"
|
||||
bcrypt<=3.1.7;
|
||||
cryptography<=3.0;
|
||||
sshtunnel>=0.1.5
|
||||
ldap3>=2.5.1
|
||||
|
Loading…
Reference in New Issue
Block a user