Skip to content

Commit

Permalink
Update requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolargo committed Nov 1, 2024
1 parent 1f505dd commit 72f142d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions optional-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# install with base requirements file
-r requirements.txt

batinfo
batinfo; platform_system == 'Linux'
bernhard
cassandra-driver
chevron
Expand All @@ -16,7 +16,7 @@ jinja2
kafka-python
netifaces
nvidia-ml-py
orjson # JSON Serialization speedup
orjson
paho-mqtt
pika
podman
Expand All @@ -28,12 +28,12 @@ pygal
pymdstat
pymongo
pySMART.smartx
pysnmp-lextudio<6.2.0
pysnmp-lextudio<6.2.0 # Pinned witing implementation of #2874
python-dateutil
pyzmq
requests
six
sparklines
statsd
uvicorn
zeroconf==0.131.0 # Waiting correction for ARMv7: https://github.com/python-zeroconf/python-zeroconf/issues/1372
zeroconf
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [
Expand All @@ -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"]
Expand All @@ -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*"]
Expand Down

0 comments on commit 72f142d

Please sign in to comment.