mirror of
https://github.com/nicolargo/glances.git
synced 2024-11-25 00:23:41 +03:00
Set cpuinfo version to 4.0.0 until issue https://github.com/workhorsy/py-cpuinfo/issues/155 is analysed
This commit is contained in:
parent
ca8e2c3a94
commit
4322c99782
2
setup.py
2
setup.py
@ -55,7 +55,7 @@ def get_install_extras_require():
|
|||||||
# Zeroconf 0.19.1 is the latest one compatible with Python 2 (issue #1293)
|
# 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'],
|
'browser': ['zeroconf==0.19.1' if PY2 else 'zeroconf>=0.19.1'],
|
||||||
'cloud': ['requests'],
|
'cloud': ['requests'],
|
||||||
'cpuinfo': ['py-cpuinfo'],
|
'cpuinfo': ['py-cpuinfo<=4.0.0'],
|
||||||
'docker': ['docker>=2.0.0'],
|
'docker': ['docker>=2.0.0'],
|
||||||
'export': ['bernhard', 'cassandra-driver', 'couchdb', 'elasticsearch',
|
'export': ['bernhard', 'cassandra-driver', 'couchdb', 'elasticsearch',
|
||||||
'influxdb>=1.0.0', 'kafka-python', 'pika', 'paho-mqtt', 'potsdb',
|
'influxdb>=1.0.0', 'kafka-python', 'pika', 'paho-mqtt', 'potsdb',
|
||||||
|
Loading…
Reference in New Issue
Block a user