From 8a3494fe6adaca635f832f1af3805919cf77a89c Mon Sep 17 00:00:00 2001 From: Johannes Findeisen Date: Thu, 29 Sep 2022 04:31:53 +0200 Subject: [PATCH] requirements.txt update. --- requirements.txt | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/requirements.txt b/requirements.txt index f5d209b..95ddc35 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,13 +1,13 @@ -six~=1.16.0 # used by apscheduler (required) -pytz~=2022.1 # used by apscheduler (required) -tzlocal~=2.1 # used by apscheduler (required) -tornado~=6.2 # used by apscheduler (optional) -redis~=4.3.4 # used by apscheduler (optional) -SQLAlchemy~=1.4.40 # used by apscheduler (optional) -PyQt5~=5.15.7 # used by apscheduler (optional) -Twisted~=22.8.0 # used by apscheduler (optional) -CherryPy~=18.8.0 # used by the httpserver plugin (optional) -requests~=2.28.1 # used by the net.speedtest service (optional) -paramiko~=2.11.0 # used by the net.ssh service (optional) -fritzconnection~=1.9.1 # used by the net.firzboxuplink service (optional) -pysnmp~=4.4.12 # used by the snmp.get service (optional) \ No newline at end of file +CherryPy~=18.8.0 +PyQt5~=5.15.7 +SQLAlchemy~=1.4.40 +Twisted~=22.8.0 +fritzconnection~=1.10.3 +paramiko~=2.11.0 +pysnmp~=4.4.12 +pytz~=2022.1 +redis~=4.3.4 +requests~=2.28.1 +six~=1.16.0 +tornado~=6.2 +tzlocal~=4.2 \ No newline at end of file