aboutsummaryrefslogtreecommitdiffstats
path: root/requirements.txt
Commit message (Collapse)AuthorAgeFilesLines
* pre-commit frameworknico2020-09-181-0/+1
| | | | + add pre-commit framework to reduce the amount the ci workers have to stem
* refactory prometheus exporter - use python libgenofire2020-06-091-1/+2
|
* update requirements filenico2020-04-091-1/+3
| | | | + add ruamel.yaml to requierments file
* fetch_muc improvementsnico2020-02-041-0/+1
| | | | | + add parsed version string property * improve fetch_muc method to not request the status string for each request
* alignment changesnico2019-12-281-1/+2
| | | | | | | * update influx plugin use the rest interface * align influx.py to ejabberdrpc changes * replace format with f-strings * minor performance improvements
* systemd compliancenico2019-12-071-0/+1
+ add possibility to customize db name via config file + file path configurations are dealt with dynamically * at least Debian does not feature a group called nobody it is called nogroup I am not sure if other systems feature a group called nobody.