Modularize hardware config and remove specific nix folder
This commit is contained in:
parent
a5042bb645
commit
9ac5b25036
72 changed files with 322 additions and 100 deletions
18
override/streamdeck.patch
Normal file
18
override/streamdeck.patch
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
diff --git a/pyproject.toml b/pyproject.toml
|
||||
index 54a8c19..0b95fb3 100644
|
||||
--- a/pyproject.toml
|
||||
+++ b/pyproject.toml
|
||||
@@ -14,11 +14,11 @@ packages = [
|
||||
[tool.poetry.dependencies]
|
||||
python = ">=3.8,<3.13"
|
||||
streamdeck = "^0.9.5"
|
||||
-pillow = "10.2.0"
|
||||
+pillow = "^10.2.0"
|
||||
pyside6 = "^6.4.2"
|
||||
CairoSVG = "^2.5.2"
|
||||
filetype = "^1.0.10"
|
||||
-importlib-metadata = "^6.8.0"
|
||||
+importlib-metadata = "^7.0.0"
|
||||
evdev = "^1.6.1"
|
||||
|
||||
[tool.poetry.group.docs.dependencies]
|
||||
Loading…
Add table
Add a link
Reference in a new issue