mirror of
https://github.com/sigmasternchen/grimoire-ssg
synced 2025-03-15 10:08:55 +00:00
18 lines
315 B
TOML
18 lines
315 B
TOML
|
[tool.poetry]
|
||
|
name = "grimoire"
|
||
|
version = "0.1.0"
|
||
|
description = ""
|
||
|
authors = ["Your Name <you@example.com>"]
|
||
|
readme = "README.md"
|
||
|
|
||
|
[tool.poetry.dependencies]
|
||
|
python = "^3.13"
|
||
|
markdown = "^3.7"
|
||
|
jinja2 = "^3.1.5"
|
||
|
pyyaml = "^6.0.2"
|
||
|
|
||
|
|
||
|
[build-system]
|
||
|
requires = ["poetry-core"]
|
||
|
build-backend = "poetry.core.masonry.api"
|