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', 'tenacity==8.0.1' ] )