initial commit with docker

This commit is contained in:
ultrablob 2025-06-01 13:12:42 -04:00
commit 164b9ab4b9
8 changed files with 460 additions and 0 deletions

10
pyproject.toml Normal file
View file

@ -0,0 +1,10 @@
[project]
name = "uploader"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"flask>=3.1.1",
"waitress>=3.0.2",
]