requirements.txt update.
This commit is contained in:
parent
e3f4e941df
commit
ee2102017c
2 changed files with 6 additions and 15 deletions
|
|
@ -32,7 +32,7 @@ from linspector.core.environment import Environment
|
|||
from linspector.core.linspector import Linspector
|
||||
from linspector.core.monitors import Monitors
|
||||
|
||||
__version__ = '0.19.3'
|
||||
__version__ = '0.19.4'
|
||||
__author__ = 'Johannes Findeisen <you@hanez.org>'
|
||||
|
||||
logger = logging.getLogger('linspector')
|
||||
|
|
|
|||
|
|
@ -1,14 +1,5 @@
|
|||
APScheduler~=3.9.1
|
||||
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
|
||||
APScheduler==3.9.1 # (required)
|
||||
CherryPy==18.6.1 # (optional)
|
||||
fritzconnection==1.10.3 # (optional)
|
||||
paramiko==2.9.1 # (optional)
|
||||
pysnmp==4.4.12 # (optional)
|
||||
Loading…
Add table
Add a link
Reference in a new issue