15 lines
371 B
TOML
15 lines
371 B
TOML
[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",
|
|
]
|