initial commit with docker
This commit is contained in:
commit
164b9ab4b9
8 changed files with 460 additions and 0 deletions
10
pyproject.toml
Normal file
10
pyproject.toml
Normal 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",
|
||||
]
|
Loading…
Add table
Add a link
Reference in a new issue