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
Branches dev-update
No related tags found
No related merge requests found
......@@ -16,9 +16,9 @@ setup(
'console_scripts': ['darkmute = darkmute:dark_mute'],
},
install_requires=[
"RPi.GPIO==0.6.3",
"snapcast==2.0.8",
"zeroconf==0.20.0"
"RPi.GPIO>=0.6.3",
"snapcast>=2.0.8",
"zeroconf>=0.20.0"
],
classifiers=[
"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