From 6d7669146462bd7233c31df0fa1ec729b9b5862e Mon Sep 17 00:00:00 2001 From: bcopy <500789+bcopy@users.noreply.github.com> Date: Wed, 26 Aug 2020 20:48:49 +0200 Subject: [PATCH] Add dotenv --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 964a423..a95ea68 100644 --- a/setup.py +++ b/setup.py @@ -2,12 +2,12 @@ from setuptools import setup setup( name='dash-etl', - version='0.3', + version='0.4', description='A library to extract, transform and load dashboard data for CERN', author='Maria Maxouti', author_email='maria.maxouti@cern.ch', packages=['dashetl'], - install_requires=['influxdb>=5.3.0'], + install_requires=['influxdb>=5.3.0','python-dotenv>=0.14.0'], url="https://gitlab.cern.ch/industrial-controls/services/dash/dash-etl/", classifiers=[ "Programming Language :: Python :: 3", -- GitLab