7 lines
147 B
Python
7 lines
147 B
Python
import setuptools
|
|
|
|
setuptools.setup(
|
|
'typer==0.3.2'
|
|
'citadel.mqtt @ git+https://git.quimbo.fr/citadel/mqtt.git@master#egg=citadel.mqtt',
|
|
)
|