requirements.txt update.

This commit is contained in:
Johannes Findeisen 2022-09-29 04:31:53 +02:00
commit 8a3494fe6a

View file

@ -1,13 +1,13 @@
six~=1.16.0 # used by apscheduler (required) CherryPy~=18.8.0
pytz~=2022.1 # used by apscheduler (required) PyQt5~=5.15.7
tzlocal~=2.1 # used by apscheduler (required) SQLAlchemy~=1.4.40
tornado~=6.2 # used by apscheduler (optional) Twisted~=22.8.0
redis~=4.3.4 # used by apscheduler (optional) fritzconnection~=1.10.3
SQLAlchemy~=1.4.40 # used by apscheduler (optional) paramiko~=2.11.0
PyQt5~=5.15.7 # used by apscheduler (optional) pysnmp~=4.4.12
Twisted~=22.8.0 # used by apscheduler (optional) pytz~=2022.1
CherryPy~=18.8.0 # used by the httpserver plugin (optional) redis~=4.3.4
requests~=2.28.1 # used by the net.speedtest service (optional) requests~=2.28.1
paramiko~=2.11.0 # used by the net.ssh service (optional) six~=1.16.0
fritzconnection~=1.9.1 # used by the net.firzboxuplink service (optional) tornado~=6.2
pysnmp~=4.4.12 # used by the snmp.get service (optional) tzlocal~=4.2