1
0
mirror of https://github.com/laurivosandi/certidude synced 2025-09-07 06:01:03 +00:00

Add kerberos to requirements

This commit is contained in:
2015-08-27 17:41:32 +00:00
parent 03f9c9fd50
commit a3fd7edbfb
3 changed files with 4 additions and 2 deletions

View File

@@ -28,7 +28,8 @@ setup(
"pycrypto",
"cryptography",
"markupsafe",
"ldap3"
"ldap3",
"pykerberos",
],
scripts=[
"misc/certidude"