Basic scheduling works now but execution of services is not available. Lot of stuff done...

This commit is contained in:
Johannes Findeisen 2022-09-30 02:14:36 +02:00
commit 8808b657c4
54 changed files with 538 additions and 199 deletions

View file

@ -1,5 +1,8 @@
APScheduler==3.9.1 # (required)
CherryPy==18.8.0 # (optional)
fritzconnection==1.10.3 # (optional)
paramiko==2.11.0 # (optional)
pysnmp==4.4.12 # (optional)
fritzconnection==1.10.3 # (optional, used by fritzuplink service)
python-gammu==3.2.4 # (optional, used by the sms notification)
paramiko==2.11.0 # (optional, used by ssh service)
pysnmp==4.4.12 # (optional, used by snmp services)
requests==2.28.1 # (optional, used by speedtest service)
xmpp2==0.4 # (optional, used by the xmpp notification)