mqtt-tools / mqttwarn

A highly configurable MQTT message router, where the routing targets are notification plugins, primarily written in Python.

Home Page:https://mqttwarn.readthedocs.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Get rid of the dependency to the `future` package

amotl opened this issue · comments

In the long run, I think it would be a good idea to get rid of any need for the future package completely 1, as mqttwarn now supports Python 3 only.

Originally posted by @amotl in #584 (comment)

Footnotes

  1. https://github.com/jpmens/mqttwarn/blob/871a381f0793b3e086609ea55fb248c6be10743b/mqttwarn/core.py#L5