2025-02-15 09:00:13 -05:00
|
|
|
[project]
|
|
|
|
name = "foldsite"
|
|
|
|
version = "0.1.0"
|
|
|
|
description = "Add your description here"
|
|
|
|
readme = "README.md"
|
|
|
|
requires-python = ">=3.13"
|
|
|
|
dependencies = [
|
2025-03-01 09:11:16 -05:00
|
|
|
"bs4>=0.0.2",
|
2025-02-15 09:00:13 -05:00
|
|
|
"flask>=3.1.0",
|
2025-03-01 09:11:16 -05:00
|
|
|
"gunicorn>=23.0.0",
|
2025-02-16 20:36:13 -05:00
|
|
|
"mistune>=3.1.1",
|
|
|
|
"pillow>=10.4.0",
|
|
|
|
"python-frontmatter>=1.1.0",
|
2025-02-15 09:00:13 -05:00
|
|
|
"rich>=13.9.4",
|
2025-02-16 20:36:13 -05:00
|
|
|
"thumbhash-python>=1.0.1",
|
2025-02-15 09:00:13 -05:00
|
|
|
"waitress>=3.0.2",
|
|
|
|
]
|