diff --git a/setup.py b/setup.py index 5c23724..44bf9c9 100644 --- a/setup.py +++ b/setup.py @@ -4,6 +4,7 @@ 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' ] )