diff --git a/README.md b/README.md index e596d16..0ec709a 100644 --- a/README.md +++ b/README.md @@ -91,7 +91,7 @@ the AVM Fritz!Box. Uses the TR-064 protocol over UPnP. Used by the FritzboxPhone FritzBoxUplink service. - [Paramiko](https://www.paramiko.org/) - Paramiko is a pure-Python (2.7, 3.4+) implementation of the SSHv2 protocol, providing both client and server functionality. Used by the SSH service. -- [python-gammu](https://wammu.eu/python-gammu/) Python bindings for the Gammu library. Used by the +- [python-gammu](https://wammu.eu/python-gammu/) - Python bindings for the Gammu library. Used by the SMS notification. - [PySNMP](https://pysnmp.readthedocs.io/en/latest/) - PySNMP is a cross-platform, pure-Python SNMP engine implementation. It features fully-functional SNMP engine capable to act in @@ -99,7 +99,7 @@ Agent/Manager/Proxy roles, talking SNMP v1/v2c/v3 protocol versions over IPv4/IP network transports. Used by the SNMP services (get). - [requests](https://requests.readthedocs.io/en/latest/) - Requests is an elegant and simple HTTP library for Python, built for human beings. Used by the Speedtest service. -- [xmpp2](https://pypi.org/project/xmpp2/) A XMPP client for Python. Used by the XMPP notification. +- [xmpp2](https://pypi.org/project/xmpp2/) - A XMPP client for Python. Used by the XMPP notification. These libraries are not being delivered with the Linspector source code and maybe have different and incompatible licenses. You need to install them using pip, your OS package diff --git a/bin/linspector b/bin/linspector index d34cd91..15d4187 100755 --- a/bin/linspector +++ b/bin/linspector @@ -37,7 +37,7 @@ logger = logging.getLogger('linspector') # i currently only increase the 3rd number because the goal is that 0.19.* will become the first # stable version. -__version__ = '0.19.50.dev1' +__version__ = '0.19.51.dev1' __author__ = 'Johannes Findeisen '