The gssapi version has been updated to the latest for Python 3.7 and above

This commit is contained in:
Akshay Joshi 2022-11-02 19:09:31 +05:30
parent d2ad900bc5
commit fc8eb888e4

View File

@ -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