Working on #6. I think I should break out the puppet module stuff into a

separate issue, since that risks really putting this all off target.
This commit is contained in:
2013-10-19 22:28:46 -04:00
parent 86e8db6c43
commit dbf64e8035
19 changed files with 517 additions and 16 deletions

View File

@@ -13,7 +13,10 @@ if __name__ == "__main__":
author=("Andrew Kesterson"),
author_email="andrew@aklabs.net",
license="MIT",
install_requires=["flask", "sqlalchemy"],
install_requires=["flask",
"sqlalchemy",
"alembic",
"psycopg2"],
scripts=[],
packages=["mercy"],
data_files=[],