Add citadel.mqtt dependency
This commit is contained in:
parent
4e6ee52648
commit
47b058e94a
1
setup.py
1
setup.py
@ -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'
|
||||||
]
|
]
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user