Skip to content

Commit 027f6e1

Browse files
committed
Updated install requirements
1 parent c85a3b5 commit 027f6e1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

mqttbridge/info.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"author": ["Skordy"],
33
"name": "Meshtastic MQTT Bridge",
4-
"install_msg": "Meshtastic MQTT Bridge",
4+
"install_msg": "Before loading this cog, install the following into your bot venv manually:\n pip install cryptography\nThese are native extension packages that cannot be safely managed by Red's downloader while the bot is running.",
55
"short": "Meshtastic MQTT Bridge",
66
"description": "Meshtastic MQTT bridge to Discord",
7-
"requirements": ["paho-mqtt>=2.0", "meshtastic", "cryptography", "aiohttp"],
7+
"requirements": ["paho-mqtt>=2.0", "meshtastic"],
88
"end_user_data_statement": "This cog collects data related to MQTT messages and configurations. It may store a users Discord ID, MQTT topics, and message content for the purpose of bridging Discord and MQTT functionalities. This data is used to facilitate communication between the two platforms and is not shared with third parties."
99
}

0 commit comments

Comments
 (0)