fix dictations_viewer 404 by using url_for for API path; add pymongo dep; bind to localhost
This commit is contained in:
parent
dea4a1aec6
commit
f09f80c9a8
4 changed files with 446 additions and 2 deletions
|
|
@ -5,4 +5,5 @@ requires-python = ">=3.11"
|
|||
dependencies = [
|
||||
"flask>=3.0",
|
||||
"gunicorn>=23.0",
|
||||
"pymongo>=4.0",
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue