mirror of
https://github.com/nicolargo/glances.git
synced 2024-11-27 10:42:52 +03:00
chore(deps): update dependency zeroconf to v0.58.0
This commit is contained in:
parent
6b924418cc
commit
65d0340873
@ -33,5 +33,5 @@ six
|
||||
sparklines
|
||||
statsd
|
||||
wifi
|
||||
zeroconf==0.56.0; python_version < "3.7"
|
||||
zeroconf==0.58.0; python_version < "3.7"
|
||||
zeroconf; python_version >= "3.7"
|
||||
|
2
setup.py
2
setup.py
@ -61,7 +61,7 @@ def get_install_requires():
|
||||
def get_install_extras_require():
|
||||
extras_require = {
|
||||
'action': ['chevron'],
|
||||
'browser': ['zeroconf==0.56.0' if PY2 else 'zeroconf>=0.19.1'],
|
||||
'browser': ['zeroconf==0.58.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