Replace stub print/ app with full PDF web print service from ~/print-web-form. Adapt UPLOAD_FOLDER to use Path(__file__).parent, add pypdf dependency, port all tests (10 passing), remove unused static/.
10 lines
174 B
TOML
10 lines
174 B
TOML
[project]
|
|
name = "nested-flask"
|
|
version = "0.1.0"
|
|
requires-python = ">=3.11"
|
|
dependencies = [
|
|
"flask>=3.0",
|
|
"gunicorn>=23.0",
|
|
"pymongo>=4.0",
|
|
"pypdf>=4.0",
|
|
]
|