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' ] )