Fix dependencies

This commit is contained in:
Nicolas Duhamel 2021-02-25 21:59:19 +01:00
parent 4c7a4cbd36
commit 4e6ee52648
2 changed files with 12 additions and 1 deletions

View File

@ -6,6 +6,7 @@ version = 0.0.1
package_dir = package_dir =
=src =src
packages = find_namespace: packages = find_namespace:
install_requires = install_requires =
systemd-python==234 systemd-python==234
typer==0.3.2 typer==0.3.2

View File

@ -1,2 +1,12 @@
import setuptools import setuptools
setuptools.setup()
setuptools.setup(
install_requires = [
'pyamaha @ git+https://github.com/nduhamel/pyamaha.git@citadel#egg=pyamaha',
]
)