From f51d30737a58647c4b9e02c30d3b1df80b6518f6 Mon Sep 17 00:00:00 2001 From: Nicolas Duhamel Date: Mon, 15 Mar 2021 12:18:10 +0100 Subject: [PATCH] Fix drone ... #4 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 648eb30..5c23724 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ import setuptools setuptools.setup( install_requires = [ 'citadel.mqtt @ git+https://git.quimbo.fr/citadel/mqtt.git@master#egg=citadel.mqtt', - 'systemd-python==234', + 'systemd-python', 'typer==0.3.2' ] )