initial commit

working generation of big panels for Plamen campaign
This commit is contained in:
2023-06-06 16:02:51 +03:00
commit 3e231a908a
16 changed files with 427 additions and 0 deletions

13
Pipfile Normal file
View File

@@ -0,0 +1,13 @@
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
pillow = "9.5.0"
requests = "*"
[dev-packages]
[requires]
python_version = "3.10"