Fix drone ...

This commit is contained in:
Nicolas Duhamel 2021-03-15 12:18:10 +01:00
parent 74aa001d2e
commit f51d30737a

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