From e1c79dd2fa9ef04e3c43de3ce425a8dbba5e7779 Mon Sep 17 00:00:00 2001 From: Nicolas Duhamel Date: Fri, 2 Apr 2021 15:12:47 +0200 Subject: [PATCH] Fix dependencies --- setup.py | 1 + 1 file changed, 1 insertion(+) 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' ] )