First commit

This commit is contained in:
2021-01-04 12:00:05 -08:00
commit 6b00f62a2c
5 changed files with 252 additions and 0 deletions

13
Pipfile Normal file
View File

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