Add paho-mqtt to install dependencies.#447
Add paho-mqtt to install dependencies.#447gaby wants to merge 1 commit intocaronc:masterfrom gaby:missing-dependencies
Conversation
Codecov Report
@@ Coverage Diff @@
## master #447 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 97 97
Lines 12509 12509
Branches 2116 2116
=========================================
Hits 12509 12509 Continue to review full report at Codecov.
|
|
@gaby, I appreciate your pull request, bu i left out the dependency intentionally actually. 🙂 The problem with making it a dependency is that it's a bigger library you need to pull in for only those using MQTT. There is a The good news is that of my unit tests pull in Down the road, i think the proper solution might be to setup Sub Packages. That way the XMPP sub-package would include it's dependencies just as the MQTT one would. That way you would only have to install what you want. |
|
@caronc Makes total sense, thanks for the great explanation. I'm going to close this one then! |
Description:
With the recent addition of MQTT support in version v0.9.5.1, apprise is missing
paho-mqttfrom therequirements.txt