mirror of
https://github.com/nicolargo/glances.git
synced 2024-12-26 02:31:36 +03:00
Update dependency zeroconf to v0.47.0
This commit is contained in:
parent
2d2d71d81f
commit
c796e14cab
@ -32,5 +32,5 @@ six
|
||||
sparklines
|
||||
statsd
|
||||
wifi
|
||||
zeroconf==0.19.1; python_version < "3.7"
|
||||
zeroconf==0.47.0; python_version < "3.7"
|
||||
zeroconf; python_version >= "3.7"
|
||||
|
2
setup.py
2
setup.py
@ -52,7 +52,7 @@ def get_install_requires():
|
||||
def get_install_extras_require():
|
||||
extras_require = {
|
||||
'action': ['chevron'],
|
||||
'browser': ['zeroconf==0.19.1' if PY2 else 'zeroconf>=0.19.1'],
|
||||
'browser': ['zeroconf==0.47.0' if PY2 else 'zeroconf>=0.19.1'],
|
||||
'cloud': ['requests'],
|
||||
'docker': ['docker>=2.0.0', 'python-dateutil', 'six'],
|
||||
'export': ['bernhard', 'cassandra-driver', 'couchdb', 'elasticsearch',
|
||||
|
Loading…
Reference in New Issue
Block a user