diff --git a/setup.cfg b/setup.cfg index 0225944..bf3c85f 100644 --- a/setup.cfg +++ b/setup.cfg @@ -6,6 +6,7 @@ version = 0.0.1 package_dir = =src packages = find_namespace: + install_requires = systemd-python==234 typer==0.3.2 diff --git a/setup.py b/setup.py index a4f49f9..a50e1bf 100644 --- a/setup.py +++ b/setup.py @@ -1,2 +1,12 @@ import setuptools -setuptools.setup() + +setuptools.setup( + install_requires = [ + 'pyamaha @ git+https://github.com/nduhamel/pyamaha.git@citadel#egg=pyamaha', + ] +) + + + + +