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' ] )