1
0
mirror of https://github.com/laurivosandi/certidude synced 2025-09-08 06:20:57 +00:00

Attempt to run client as part of unittests

This commit is contained in:
2017-05-01 16:20:50 +00:00
parent cc4f13086e
commit b0683b268d
11 changed files with 178 additions and 116 deletions

View File

@@ -20,12 +20,7 @@ setup(
# Include here only stuff required to run certidude client
install_requires=[
"click",
"cryptography",
"configparser",
"jinja2",
"pyasn1",
"requests",
"requests-kerberos"
"configparser"
],
scripts=[
"misc/certidude"