mirror of
https://github.com/nicolargo/glances.git
synced 2024-11-23 20:45:33 +03:00
Add optional-requirements.txt and unitest-all.sh script (realy)
This commit is contained in:
parent
27aa32891e
commit
5bb0dfce6d
20
optional-requirements.txt
Normal file
20
optional-requirements.txt
Normal file
@ -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
|
3
unitest-all.sh
Executable file
3
unitest-all.sh
Executable file
@ -0,0 +1,3 @@
|
||||
#!/bin/bash
|
||||
set -ev
|
||||
./unitest.py && ./unitest-restful.py && ./unitest-xmlrpc.py
|
Loading…
Reference in New Issue
Block a user