summaryrefslogtreecommitdiffstats
path: root/setup.py
AgeCommit message (Collapse)Author
2021-07-09Security audit - B411 #1025nicolargo
2021-05-24Replace py-cpuinfo by PsUtil and home made methodsNicolas Hennion
2021-05-11Implemented but test is KO: only a part of the stats are exported... Same ↵nicolargo
behavor with both client Graphyte and GraphiteSender. Perhaps the issue came from the server (docker-graphite-grafana)
2021-05-09Export to graphite #1854nicolargo
2021-02-28Remove pystache by chevron (mustache implementation) #1817nicolargo
2021-01-23version 3.1.6nicolargo
2020-08-22Set cpuinfo version to 4.0.0 until issue ↵nicolargo
https://github.com/workhorsy/py-cpuinfo/issues/155 is analysed
2020-03-25Add python 3.7 and 3.8 into CIRui Chen
2019-11-13Update dep in setup filenicolargo
2019-07-09Fix missing file during installDan Church
2019-04-27Add Future libnicolargo
2019-04-18Update sparkline with current %nicolargo
2019-01-20Documentation is unclear how to get Docker information #1386 and also add a ↵nicolargo
all target to the Pip install in order to install all dependencies
2018-11-04Require `requests` on WindowsJohn Kirkham
As the web interface is needed on Windows (as there is no Curses interface), make sure all of the web requirements are included on Windows. This includes `bottle` (already listed) and `requests` (now added).
2018-09-05Add smart lib in depnicolargo
2018-08-13Support for exporting data to a MQTT serverErik Eriksson
2018-08-05Pin zeroconf dependency on 0.19 to maintain python 2 compatibility #1293nicolargo
2018-06-14Use nvidia-ml-py3 for python3 compatibilityGreg Dahlman
2018-03-25Graph are generated when the 'g' key is pressednicolargo
2018-02-16Add python_requires to setup.pyAlessio Sergi
This allows pip to figure out the last compatible version with a particular Python version before attempting to install. See https://packaging.python.org/tutorials/distributing-packages/#python-requires.
2018-02-15Drop support for psutil < 5.3.0Alessio Sergi
Issue #1055 has been fixed in psutil 5.3.0 (see giampaolo/psutil#1074).
2018-01-26Drop support for EOL Python 3.3Alessio Sergi
2017-12-29Remove graph export from Glances #1206nicolargo
2017-03-31Drop environment markers from setup.pyAlessio Sergi
This commit does *not* fix any bug, but users keep reporting it as such while they simply use a very old setuptools. *sigh*
2017-03-25Add Kafka export plugin #858nicolargo
2017-03-19Implement ok of the Promotheus Exporter, need to add the plugin documentationnicolargo
2017-03-02Add requests as a prerequisite for Cloud pluginnicolargo
2017-02-11Remove batinfo depnicolargo
2017-02-07nvidia-ml-py is Python 2-only (shame)Alessio Sergi
2017-01-22setup.py: remove sensors from extras_requireAlessio Sergi
setuptools doesn't like it.
2017-01-22setup.py: fix py3sensors installation and conditionalize scandir dependencyAlessio Sergi
- scandir package is only needed for Python < 3.5. - the name of extras are now lower case (easier to type/read). Note: setuptools >= 18.0 is required.
2017-01-22Merge branch 'develop' of https://github.com/nicolargo/glances into developnicolargo
2017-01-21Claim Python 3.6 supportAlessio Sergi
2017-01-21LGPL -> LGPLv3Alessio Sergi
Just to be clear.
2017-01-21On the road of Glances 2.8.1nicolargo
2017-01-21Fix installation under Windows, bottle is now mandatory.Alessio Sergi
2017-01-07Update setup file againnicolargo
2017-01-07Update setup filenicolargo
2016-12-26setup.py: get_requires() no longer neededAlessio Sergi
We dropped support for Python 2.6 and curses interface on Windows.
2016-12-19setup.py: use 'with' context manager to open filesAlessio Sergi
2016-12-18Use str.format() automatic numberingAlessio Sergi
We don't support Python 2.6 any longer.
2016-11-02Revert "Deprecated platform method in Python 3.7 #945"Alessio Sergi
This reverts commit 4877be45ea60e9bfa5b7820bf6f61e3d53ed0fd9.
2016-10-26Deprecated platform method in Python 3.7 #945nicolargo
2016-10-21Update docs with dependenties (issue #937)nicolargo
2016-09-11Correct Cassandra depnicolargo
2016-09-02Add deps in setup.pyNicolargo
2016-08-26Update the setup.py to dynamicaly grab the Glances version in the __init__py ↵Nicolargo
script
2016-05-23Drop Python 2.6 support #300nicolargo
2016-03-26Correct minor PEP8 and update docnicolargo
2016-03-13Correct some minor PEP8 errornicolargo