initial version

This commit is contained in:
2025-07-20 16:23:37 +00:00
commit c29bfbd14b
8 changed files with 1074 additions and 0 deletions

13
pyproject.toml Normal file
View File

@@ -0,0 +1,13 @@
[project]
name = "szuru-eink"
version = "0.1.0"
description = ""
authors = []
requires-python = "==3.13.5"
dependencies = [
"aioipfs==0.6.5",
"pyszuru==0.3.1",
"Requests==2.31.0",
"Pillow==11.3.0",
"python-dotenv==1.1.1",
]