diff --git a/setup.py b/setup.py index 5a483f92..78192091 100755 --- a/setup.py +++ b/setup.py @@ -73,7 +73,7 @@ setup( 'BROWSER': ['zeroconf>=0.16', 'netifaces'], 'RAID': ['pymdstat'], 'DOCKER': ['docker-py'], - 'EXPORT': ['influxdb', 'statsd'], + 'EXPORT': ['influxdb>=1.0.0', 'statsd'], 'ACTION': ['pystache'] }, packages=['glances'],