mirror of
https://github.com/nicolargo/glances.git
synced 2024-12-26 02:31:36 +03:00
Merge pull request #2333 from nicolargo/renovate/zeroconf-0.x
chore(deps): update dependency zeroconf to v0.55.0
This commit is contained in:
commit
4f21b2dcfa
@ -33,5 +33,5 @@ six
|
|||||||
sparklines
|
sparklines
|
||||||
statsd
|
statsd
|
||||||
wifi
|
wifi
|
||||||
zeroconf==0.54.0; python_version < "3.7"
|
zeroconf==0.55.0; python_version < "3.7"
|
||||||
zeroconf; 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():
|
def get_install_extras_require():
|
||||||
extras_require = {
|
extras_require = {
|
||||||
'action': ['chevron'],
|
'action': ['chevron'],
|
||||||
'browser': ['zeroconf==0.54.0' if PY2 else 'zeroconf>=0.19.1'],
|
'browser': ['zeroconf==0.55.0' if PY2 else 'zeroconf>=0.19.1'],
|
||||||
'cloud': ['requests'],
|
'cloud': ['requests'],
|
||||||
'docker': ['docker>=2.0.0', 'python-dateutil', 'six'],
|
'docker': ['docker>=2.0.0', 'python-dateutil', 'six'],
|
||||||
'export': ['bernhard', 'cassandra-driver', 'couchdb', 'elasticsearch',
|
'export': ['bernhard', 'cassandra-driver', 'couchdb', 'elasticsearch',
|
||||||
|
Loading…
Reference in New Issue
Block a user