mirror of
https://github.com/puppetlabs/infinitory.git
synced 2026-01-26 02:08:41 -05:00
(DIO-834) Refactor to use pdb queries, output to GCS Bucket
This commit is contained in:
parent
854daa0d46
commit
fd1ad61fce
9 changed files with 107 additions and 60 deletions
4
setup.py
4
setup.py
|
|
@ -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 = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue