py-yamaha2mqtt/setup.py

16 lines
307 B
Python

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',
'systemd-python==234',
'typer==0.3.2'
]
)