mirror of https://github.com/nicolargo/glances.git
Add optional-requirements.txt and unitest-all.sh script (realy)
This commit is contained in:
parent
27aa32891e
commit
5bb0dfce6d
|
|
@ -0,0 +1,20 @@
|
||||||
|
bottle
|
||||||
|
requests
|
||||||
|
batinfo
|
||||||
|
zeroconf
|
||||||
|
netifaces
|
||||||
|
pymdstat
|
||||||
|
influxdb
|
||||||
|
elasticsearch
|
||||||
|
potsdb
|
||||||
|
statsd
|
||||||
|
pystache
|
||||||
|
docker-py
|
||||||
|
pysnmp
|
||||||
|
pika
|
||||||
|
py-cpuinfo
|
||||||
|
bernhard
|
||||||
|
cassandra-driver
|
||||||
|
scandir
|
||||||
|
couchdb
|
||||||
|
pyzmq
|
||||||
|
|
@ -0,0 +1,3 @@
|
||||||
|
#!/bin/bash
|
||||||
|
set -ev
|
||||||
|
./unitest.py && ./unitest-restful.py && ./unitest-xmlrpc.py
|
||||||
Loading…
Reference in New Issue