basic structure WIP

This commit is contained in:
2023-10-18 19:05:33 +02:00
commit 021e3216d2
7 changed files with 276 additions and 0 deletions

16
Pipfile Normal file
View File

@@ -0,0 +1,16 @@
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
pillow = "*"
httpx = "*"
[dev-packages]
[prod-packages]
waveshare-epaper = "*"
[requires]
python_version = "3.9"