mirror of
https://github.com/nicolargo/glances.git
synced 2024-12-25 10:12:55 +03:00
Remove batinfo dep
This commit is contained in:
parent
fd2db19ce3
commit
fd45d4121a
6
NEWS
6
NEWS
@ -5,9 +5,13 @@ Glances Version 2
|
||||
Version 2.x
|
||||
=============
|
||||
|
||||
Bugs corrected:
|
||||
Enhancements and new features:
|
||||
|
||||
* Use new sensors-related APIs of Psutil 5.1.0 (issue #1018)
|
||||
=> Remove Py3Sensors and Batinfo dependencies
|
||||
|
||||
Bugs corrected:
|
||||
|
||||
* Unable to launch Glances on Windows (issue #1021)
|
||||
|
||||
Version 2.8.2
|
||||
|
@ -50,7 +50,6 @@ Requirements
|
||||
|
||||
Optional dependencies:
|
||||
|
||||
- ``batinfo`` (for battery monitoring support) [Linux-only]
|
||||
- ``bernhard`` (for the Riemann export module)
|
||||
- ``bottle`` (for Web server mode)
|
||||
- ``cassandra-driver`` (for the Cassandra export module)
|
||||
@ -135,7 +134,7 @@ features (like the Web interface, exports modules...):
|
||||
|
||||
.. code-block:: console
|
||||
|
||||
pip install glances[action,batinfo,browser,cpuinfo,chart,docker,export,folders,gpu,ip,raid,snmp,web,wifi]
|
||||
pip install glances[action,browser,cpuinfo,chart,docker,export,folders,gpu,ip,raid,snmp,web,wifi]
|
||||
|
||||
To upgrade Glances to the latest version:
|
||||
|
||||
|
@ -7,10 +7,7 @@ Sensors
|
||||
|
||||
.. image:: ../_static/sensors.png
|
||||
|
||||
Glances can displays the sensors information using ``lm-sensors``,
|
||||
``hddtemp`` and `batinfo`_.
|
||||
|
||||
All of the above libraries are available only on Linux.
|
||||
Glances can displays the sensors information using ``PsUtil`` and ``hddtemp``.
|
||||
|
||||
As of ``lm-sensors``, a filter is being applied in order to display
|
||||
temperature and fan speed only.
|
||||
@ -20,5 +17,3 @@ There is no alert on this information.
|
||||
.. note::
|
||||
Limit values and sensors alias names can be defined in the
|
||||
configuration file under the ``[sensors]`` section.
|
||||
|
||||
.. _batinfo: https://github.com/nicolargo/batinfo
|
||||
|
@ -1,6 +1,6 @@
|
||||
.\" Man page generated from reStructuredText.
|
||||
.
|
||||
.TH "GLANCES" "1" "Feb 07, 2017" "2.8.2" "Glances"
|
||||
.TH "GLANCES" "1" "Feb 11, 2017" "2.8.3_DEVELOP" "Glances"
|
||||
.SH NAME
|
||||
glances \- An eye on your system
|
||||
.
|
||||
|
@ -1,4 +1,3 @@
|
||||
batinfo
|
||||
bernhard
|
||||
bottle
|
||||
cassandra-driver
|
||||
|
1
setup.py
1
setup.py
@ -79,7 +79,6 @@ setup(
|
||||
install_requires=get_install_requires(),
|
||||
extras_require={
|
||||
'action': ['pystache'],
|
||||
'batinfo': ['batinfo'],
|
||||
'browser': ['zeroconf>=0.17'],
|
||||
'cpuinfo': ['py-cpuinfo'],
|
||||
'chart': ['matplotlib'],
|
||||
|
Loading…
Reference in New Issue
Block a user