Set cpuinfo version to 4.0.0 until issue https://github.com/workhorsy/py-cpuinfo/issues/155 is analysed

This commit is contained in:
nicolargo 2020-08-22 11:26:42 +02:00
parent ca8e2c3a94
commit 4322c99782

View File

@ -55,7 +55,7 @@ def get_install_extras_require():
# Zeroconf 0.19.1 is the latest one compatible with Python 2 (issue #1293)
'browser': ['zeroconf==0.19.1' if PY2 else 'zeroconf>=0.19.1'],
'cloud': ['requests'],
'cpuinfo': ['py-cpuinfo'],
'cpuinfo': ['py-cpuinfo<=4.0.0'],
'docker': ['docker>=2.0.0'],
'export': ['bernhard', 'cassandra-driver', 'couchdb', 'elasticsearch',
'influxdb>=1.0.0', 'kafka-python', 'pika', 'paho-mqtt', 'potsdb',