All checks were successful
continuous-integration/drone/push Build is passing
12 lines
231 B
Python
12 lines
231 B
Python
import setuptools
|
|
|
|
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'
|
|
]
|
|
)
|
|
|