mirror of
https://github.com/nicolargo/glances.git
synced 2024-11-23 11:35:19 +03:00
Update requirements
This commit is contained in:
parent
1f505dda60
commit
72f142d2ac
@ -1,7 +1,7 @@
|
||||
# install with base requirements file
|
||||
-r requirements.txt
|
||||
|
||||
batinfo
|
||||
batinfo; platform_system == 'Linux'
|
||||
bernhard
|
||||
cassandra-driver
|
||||
chevron
|
||||
@ -16,7 +16,7 @@ jinja2
|
||||
kafka-python
|
||||
netifaces
|
||||
nvidia-ml-py
|
||||
orjson # JSON Serialization speedup
|
||||
orjson
|
||||
paho-mqtt
|
||||
pika
|
||||
podman
|
||||
@ -28,7 +28,7 @@ pygal
|
||||
pymdstat
|
||||
pymongo
|
||||
pySMART.smartx
|
||||
pysnmp-lextudio<6.2.0
|
||||
pysnmp-lextudio<6.2.0 # Pinned witing implementation of #2874
|
||||
python-dateutil
|
||||
pyzmq
|
||||
requests
|
||||
@ -36,4 +36,4 @@ six
|
||||
sparklines
|
||||
statsd
|
||||
uvicorn
|
||||
zeroconf==0.131.0 # Waiting correction for ARMv7: https://github.com/python-zeroconf/python-zeroconf/issues/1372
|
||||
zeroconf
|
||||
|
@ -40,7 +40,7 @@ urls.Homepage = "https://github.com/nicolargo/glances"
|
||||
[project.optional-dependencies]
|
||||
action = ["chevron"]
|
||||
all = ["glances[action,browser,cloud,containers,export,gpu,graph,ip,raid,sensors,smart,snmp,sparklines,web,wifi]"]
|
||||
browser = ["zeroconf>=0.19.1"]
|
||||
browser = ["zeroconf"]
|
||||
cloud = ["requests"]
|
||||
containers = ["docker>=6.1.1", "packaging", "podman", "python-dateutil", "six"]
|
||||
export = [
|
||||
@ -66,7 +66,7 @@ ip = ["netifaces"]
|
||||
raid = ["pymdstat"]
|
||||
sensors = ["batinfo; platform_system == 'Linux'"]
|
||||
smart = ["pySMART.smartx"]
|
||||
snmp = ["pysnmp"]
|
||||
snmp = ["pysnmp-lextudio<6.2.0"]
|
||||
sparklines = ["sparklines"]
|
||||
web = ["fastapi>=0.82.0", "jinja2", "requests", "uvicorn"]
|
||||
wifi = ["wifi"]
|
||||
@ -87,7 +87,7 @@ glances = "glances:main"
|
||||
"share/man/man1" = ["docs/man/glances.1"]
|
||||
|
||||
[tool.setuptools.dynamic]
|
||||
version = { attr = "glances.__version__" }
|
||||
version = {attr = "glances.__version__"}
|
||||
|
||||
[tool.setuptools.packages.find]
|
||||
include = ["glances*"]
|
||||
|
Loading…
Reference in New Issue
Block a user