Initial commit

This commit is contained in:
Jeena 2022-07-31 20:09:59 +09:00
commit ff6a649386
3 changed files with 88 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]
pyheif = "*"
Pillow = "*"
piexif = "*"
[dev-packages]
[requires]
python_version = "3.10"