update requirements.txt + desc
This commit is contained in:
parent
4ac0fe6690
commit
03e67b8759
2 changed files with 8 additions and 4 deletions
|
@ -2,9 +2,9 @@
|
||||||
# Potential requirements.
|
# Potential requirements.
|
||||||
# pip3 install -r requirements.txt
|
# pip3 install -r requirements.txt
|
||||||
#---------------------------------------------------------
|
#---------------------------------------------------------
|
||||||
requests>=2.20.1
|
requests>=2.21
|
||||||
geoip2>=2.9.0
|
geoip2>=2.9.0
|
||||||
influxdb>=5.2.0
|
influxdb>=5.2.0
|
||||||
schedule>=0.5.0
|
schedule>=0.6.0
|
||||||
distro>=1.3.0
|
distro>=1.4.0
|
||||||
urllib3>=1.22
|
urllib3>=1.24.2
|
|
@ -1,4 +1,8 @@
|
||||||
#!/usr/bin/env python3
|
#!/usr/bin/env python3
|
||||||
|
# To use:
|
||||||
|
# docker exec -it varken cp /app/data/utilities/grafana_build.py /config/grafana_build.py
|
||||||
|
# nano /opt/dockerconfigs/varken/grafana_build.py # Edit vars. This assumes you have your persistent data there
|
||||||
|
# docker exec -it varken python3 /config/grafana_build.py
|
||||||
from sys import exit
|
from sys import exit
|
||||||
from requests import Session
|
from requests import Session
|
||||||
from json.decoder import JSONDecodeError
|
from json.decoder import JSONDecodeError
|
||||||
|
|
Loading…
Reference in a new issue