Add application
This commit is contained in:
parent
dba06df091
commit
62bb338898
16 changed files with 1977 additions and 0 deletions
14
Pipfile
Normal file
14
Pipfile
Normal 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"
|
Loading…
Add table
Add a link
Reference in a new issue