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

Clean up dependencies and Travis

This commit is contained in:
2017-04-13 20:52:09 +00:00
parent 52d35012a4
commit 02b2f041cc
4 changed files with 23 additions and 15 deletions

View File

@@ -17,7 +17,14 @@ setup(
"certidude.api"
],
long_description=open("README.rst").read(),
# Include here only stuff required to run certidude client
install_requires=[
"click",
"cryptography",
"configparser",
"jinja2",
"requests",
"requests-kerberos"
],
scripts=[
"misc/certidude"