import setuptools

setuptools.setup(
    install_requires = [
        'citadel.mqtt @ git+https://git.quimbo.fr/citadel/mqtt.git@master#egg=citadel.mqtt',
        'systemd-python',
        'pebble',
        'typer==0.3.2'
    ]
)