Skip to content
Snippets Groups Projects
Commit df9fc839 authored by Anton Sarukhanov's avatar Anton Sarukhanov
Browse files

Update setup.py to install on latest Rasberry Pi OS (based on Debian 11)

parent 6094d29c
No related branches found
No related tags found
No related merge requests found
...@@ -16,9 +16,9 @@ setup( ...@@ -16,9 +16,9 @@ setup(
'console_scripts': ['darkmute = darkmute:dark_mute'], 'console_scripts': ['darkmute = darkmute:dark_mute'],
}, },
install_requires=[ install_requires=[
"RPi.GPIO==0.6.3", "RPi.GPIO>=0.6.3",
"snapcast==2.0.8", "snapcast>=2.0.8",
"zeroconf==0.20.0" "zeroconf>=0.20.0"
], ],
classifiers=[ classifiers=[
"License :: OSI Approved :: MIT License", "License :: OSI Approved :: MIT License",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment