Add citadel.mqtt dependency

This commit is contained in:
Nicolas Duhamel 2021-02-25 22:03:53 +01:00
parent 4e6ee52648
commit 47b058e94a

View File

@ -3,6 +3,7 @@ import setuptools
setuptools.setup( setuptools.setup(
install_requires = [ install_requires = [
'pyamaha @ git+https://github.com/nduhamel/pyamaha.git@citadel#egg=pyamaha', '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'
] ]
) )