From 47b058e94aeee83d728984d420b654737b2c68bd Mon Sep 17 00:00:00 2001 From: Nicolas Duhamel Date: Thu, 25 Feb 2021 22:03:53 +0100 Subject: [PATCH] Add citadel.mqtt dependency --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index a50e1bf..22e67a4 100644 --- a/setup.py +++ b/setup.py @@ -3,6 +3,7 @@ import setuptools setuptools.setup( install_requires = [ 'pyamaha @ git+https://github.com/nduhamel/pyamaha.git@citadel#egg=pyamaha', + 'citadel.mqtt @ git+https://git.quimbo.fr/citadel/mqtt.git@master#egg=citadel.mqtt' ] )