The gssapi version has been updated to the latest for Python 3.7 and above
parent
d2ad900bc5
commit
fc8eb888e4
|
@ -35,7 +35,8 @@ bcrypt==3.*
|
|||
cryptography==3.*
|
||||
sshtunnel==0.*
|
||||
ldap3==2.*
|
||||
gssapi==1.7.*
|
||||
gssapi==1.7.*; python_version <= '3.6'
|
||||
gssapi==1.8.*; python_version >= '3.7'
|
||||
eventlet==0.33.0
|
||||
httpagentparser==1.9.*
|
||||
user-agents==2.2.0
|
||||
|
|
Loading…
Reference in New Issue