Add example

This commit is contained in:
2022-10-21 17:30:36 +13:00
commit 42122b3985
4 changed files with 246 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 = "*"
fastapi = "*"
uvicorn = "*"
[dev-packages]
[requires]
python_version = "3.10"