From 013d320ce9e39168106ea0d05933eb54da7b9f0d Mon Sep 17 00:00:00 2001 From: nicolargo Date: Sat, 7 May 2022 08:24:19 +0200 Subject: Add python-datutil dep for Focker plugin - Related to #2045 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 653b63db..05beac93 100755 --- a/setup.py +++ b/setup.py @@ -54,7 +54,7 @@ def get_install_extras_require(): 'action': ['chevron'], 'browser': ['zeroconf==0.19.1' if PY2 else 'zeroconf>=0.19.1'], 'cloud': ['requests'], - 'docker': ['docker>=2.0.0'], + 'docker': ['docker>=2.0.0', 'python-dateutil'], 'export': ['bernhard', 'cassandra-driver', 'couchdb', 'elasticsearch', 'graphitesender', 'influxdb>=1.0.0', 'kafka-python', 'pika', 'paho-mqtt', 'potsdb', 'prometheus_client', 'pyzmq', -- cgit v1.2.3