Skip to content
Snippets Groups Projects
Commit 7fcd21e8 authored by Matthias Stefan Bodenbenner's avatar Matthias Stefan Bodenbenner
Browse files

fixed requirements.txt (hopefully)

parent 60653d7e
No related branches found
No related tags found
No related merge requests found
...@@ -21,6 +21,8 @@ pip install --extra-index-url https://package-read:gkYP4xrm2PxicUbW1wra@git-ce.r ...@@ -21,6 +21,8 @@ pip install --extra-index-url https://package-read:gkYP4xrm2PxicUbW1wra@git-ce.r
### Publish messages ### Publish messages
```python ```python
from wzl import mqtt
# username and password required to connect to the broker # username and password required to connect to the broker
MQTT_USER = "" MQTT_USER = ""
MQTT_PASSWORD = "" MQTT_PASSWORD = ""
...@@ -42,6 +44,8 @@ client.publish(MQTT_USER + "/channel-001", message.encode("utf-8")) ...@@ -42,6 +44,8 @@ client.publish(MQTT_USER + "/channel-001", message.encode("utf-8"))
### Subscribe to topics and receive messages ### Subscribe to topics and receive messages
```python ```python
from wzl import mqtt
# username and password required to connect to the broker # username and password required to connect to the broker
MQTT_USER = "" MQTT_USER = ""
MQTT_PASSWORD = "" MQTT_PASSWORD = ""
......
jinja2<=3.1python
sphinx==3.5.3 sphinx==3.5.3
sphinx-rtd-theme==0.5.1 sphinx-rtd-theme==0.5.1
paho-mqtt==1.5.1 paho-mqtt==1.5.1
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment