Fix dependencies again...
This commit is contained in:
parent
47b058e94a
commit
8523719a49
@ -7,10 +7,6 @@ package_dir =
|
||||
=src
|
||||
packages = find_namespace:
|
||||
|
||||
install_requires =
|
||||
systemd-python==234
|
||||
typer==0.3.2
|
||||
|
||||
[options.packages.find]
|
||||
where = src
|
||||
|
||||
|
6
setup.py
6
setup.py
@ -2,8 +2,10 @@ import setuptools
|
||||
|
||||
setuptools.setup(
|
||||
install_requires = [
|
||||
'pyamaha @ git+https://github.com/nduhamel/pyamaha.git@citadel#egg=pyamaha',
|
||||
'citadel.mqtt @ git+https://git.quimbo.fr/citadel/mqtt.git@master#egg=citadel.mqtt'
|
||||
'pyamaha @ git+https://github.com/nduhamel/pyamaha.git@citadel#egg=pyamaha',
|
||||
'citadel.mqtt @ git+https://git.quimbo.fr/citadel/mqtt.git@master#egg=citadel.mqtt',
|
||||
'systemd-python==234',
|
||||
'typer==0.3.2'
|
||||
]
|
||||
)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user