Add python-datutil dep for Focker plugin - Related to #2045

This commit is contained in:
nicolargo 2022-05-07 08:24:19 +02:00
parent 3dd6830e95
commit 013d320ce9
2 changed files with 2 additions and 1 deletions

View File

@ -24,6 +24,7 @@ pygal
pymdstat
pysnmp
pySMART.smartx
python-dateutil
pyzmq
requests
scandir; python_version < "3.5"

View File

@ -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',