Mercurial > code > home > repos > homeauto
changeset 1458:be5fc8791c4d
dep on influxdb
Ignore-this: a89f9f27d849d29e6b11234d6556c0b1
darcs-hash:797ee4baafebe0a5bd13d29d715c5869a091afdb
author | drewp <drewp@bigasterisk.com> |
---|---|
date | Wed, 25 Sep 2019 17:56:15 -0700 |
parents | 2ba144b7ede0 |
children | 6c6b14c39cd2 |
files | lib/export_to_influxdb/setup.py |
diffstat | 1 files changed, 3 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lib/export_to_influxdb/setup.py Wed Sep 25 17:56:03 2019 -0700 +++ b/lib/export_to_influxdb/setup.py Wed Sep 25 17:56:15 2019 -0700 @@ -5,6 +5,9 @@ version='0.1.0', packages=['export_to_influxdb'], package_dir={'export_to_influxdb': ''}, + install_requires=[ + 'influxdb >= 3.0.0' + ], url='https://projects.bigasterisk.com/export-to-influxdb/export_to_influxdb-0.1.0.tar.gz', author='Drew Perttula', author_email='drewp@bigasterisk.com',