changeset 657:a2a9e60c7274

dep on influxdb Ignore-this: a89f9f27d849d29e6b11234d6556c0b1
author drewp@bigasterisk.com
date Wed, 25 Sep 2019 17:56:15 -0700
parents f4e06baaad56
children baafe88c504d
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',