(DIO-834) Refactor to use pdb queries, output to GCS Bucket

This commit is contained in:
suckatrash 2020-08-25 05:36:41 -07:00
parent 854daa0d46
commit fd1ad61fce
No known key found for this signature in database
GPG key ID: 3857A763831B0756
9 changed files with 107 additions and 60 deletions

View file

@ -2,7 +2,7 @@ import setuptools
setuptools.setup(
name = "infinitory",
version = "0.0.6",
version = "0.1.6",
description = "SRE host, role, and service inventory",
author = "Daniel Parks",
@ -25,6 +25,8 @@ setuptools.setup(
"markdown2",
"pygments",
"simplepup",
"pypuppetdb",
"google-cloud-storage",
],
tests_require = [