14 lines
281 B
TOML
14 lines
281 B
TOML
[project]
|
|
name = "website"
|
|
version = "0.1.0"
|
|
description = "Add your description here"
|
|
readme = "README.md"
|
|
requires-python = ">=3.13"
|
|
dependencies = [
|
|
"fire>=0.7.0",
|
|
"jinja2>=3.1.6",
|
|
"mistune>=3.1.2",
|
|
"pygments>=2.19.1",
|
|
"pyyaml>=6.0.2",
|
|
"rich>=13.9.4",
|
|
]
|