Add flask app with auto-reload to render the form template
This commit is contained in:
parent
433862d0ad
commit
2333ccd168
12 changed files with 662 additions and 61 deletions
|
@ -25,6 +25,9 @@ pre-commit = "^3.6.0"
|
|||
pytest = "^8.0.0"
|
||||
ruff = "^0.1.14"
|
||||
pytest-cov = "^4.1.0"
|
||||
flask = "^3.0.2"
|
||||
livereload = "<2.5.2" # FIXME: python-livereload#170
|
||||
tornado = "<6.3.0" # FIXME: python-livereload#270
|
||||
|
||||
[tool.ruff]
|
||||
line-length = 100
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue