mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
The gssapi version has been updated to the latest for Python 3.7 and above
This commit is contained in:
parent
d2ad900bc5
commit
fc8eb888e4
@ -35,7 +35,8 @@ bcrypt==3.*
|
|||||||
cryptography==3.*
|
cryptography==3.*
|
||||||
sshtunnel==0.*
|
sshtunnel==0.*
|
||||||
ldap3==2.*
|
ldap3==2.*
|
||||||
gssapi==1.7.*
|
gssapi==1.7.*; python_version <= '3.6'
|
||||||
|
gssapi==1.8.*; python_version >= '3.7'
|
||||||
eventlet==0.33.0
|
eventlet==0.33.0
|
||||||
httpagentparser==1.9.*
|
httpagentparser==1.9.*
|
||||||
user-agents==2.2.0
|
user-agents==2.2.0
|
||||||
|
Loading…
Reference in New Issue
Block a user