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.linspector import Linspector
|
||||||
from linspector.core.monitors import Monitors
|
from linspector.core.monitors import Monitors
|
||||||
|
|
||||||
__version__ = '0.19.3'
|
__version__ = '0.19.4'
|
||||||
__author__ = 'Johannes Findeisen <you@hanez.org>'
|
__author__ = 'Johannes Findeisen <you@hanez.org>'
|
||||||
|
|
||||||
logger = logging.getLogger('linspector')
|
logger = logging.getLogger('linspector')
|
||||||
|
|
|
||||||
|
|
@ -1,14 +1,5 @@
|
||||||
APScheduler~=3.9.1
|
APScheduler==3.9.1 # (required)
|
||||||
CherryPy~=18.8.0
|
CherryPy==18.6.1 # (optional)
|
||||||
PyQt5~=5.15.7
|
fritzconnection==1.10.3 # (optional)
|
||||||
SQLAlchemy~=1.4.40
|
paramiko==2.9.1 # (optional)
|
||||||
Twisted~=22.8.0
|
pysnmp==4.4.12 # (optional)
|
||||||
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
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue