initial commit. add flask dispatcher for apps in nested subdirs
This commit is contained in:
commit
dea4a1aec6
5 changed files with 259 additions and 0 deletions
8
pyproject.toml
Normal file
8
pyproject.toml
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
[project]
|
||||
name = "nested-flask"
|
||||
version = "0.1.0"
|
||||
requires-python = ">=3.11"
|
||||
dependencies = [
|
||||
"flask>=3.0",
|
||||
"gunicorn>=23.0",
|
||||
]
|
||||
Loading…
Add table
Add a link
Reference in a new issue