All checks were successful
Release / build (push) Successful in 37s
Release / publish_head (push) Successful in 34s
Datadog Secrets Scanning / Datadog Static Analyzer (push) Successful in 10s
Datadog Software Composition Analysis / Datadog SBOM Generation and Upload (push) Successful in 15s
Datadog Static Analysis / Datadog Static Analyzer (push) Successful in 20s
Release / publish_head (release) Has been skipped
Release / build (release) Successful in 36s
19 lines
389 B
TOML
19 lines
389 B
TOML
[project]
|
|
name = "foldsite"
|
|
version = "0.1.0"
|
|
description = "Add your description here"
|
|
readme = "README.md"
|
|
requires-python = ">=3.13"
|
|
dependencies = [
|
|
"bs4>=0.0.2",
|
|
"flask>=3.1.0",
|
|
"gunicorn>=23.0.0",
|
|
"jinja2>=3.1.6",
|
|
"mistune>=3.1.1",
|
|
"pillow>=10.4.0",
|
|
"python-frontmatter>=1.1.0",
|
|
"rich>=13.9.4",
|
|
"thumbhash-python>=1.0.1",
|
|
"waitress>=3.0.2",
|
|
]
|