Initial scaffold: NixOS + SvelteKit dashboard + Python renderer
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
[project]
|
||||
name = "eink-renderer"
|
||||
version = "0.1.0"
|
||||
description = "Screenshot the dashboard, dither it, push it to the Waveshare 12.48\" panel."
|
||||
requires-python = ">=3.11"
|
||||
dependencies = [
|
||||
"playwright>=1.48",
|
||||
"pillow>=10.4",
|
||||
"numpy>=2.1",
|
||||
"requests>=2.32",
|
||||
# Hardware-only — installed by Nix, not pip on dev machines.
|
||||
# "spidev>=3.6",
|
||||
# "RPi.GPIO>=0.7",
|
||||
]
|
||||
Reference in New Issue
Block a user