Add application

This commit is contained in:
ibu ☉ radempa 2024-11-21 13:23:24 +01:00
parent dba06df091
commit 62bb338898
16 changed files with 1977 additions and 0 deletions

14
Pipfile Normal file
View file

@ -0,0 +1,14 @@
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
pillow = "*"
aiohttp = "*"
aiohttp-jinja2 = "*"
[dev-packages]
[requires]
python_version = "3.11"