chaoswest.tv/pyproject.toml

21 lines
422 B
TOML

[tool.poetry]
name = "chaoswest.tv"
version = "0.1.0"
description = ""
authors = ["Your Name <you@example.com>"]
[tool.poetry.dependencies]
python = "^3.10"
lektor-scss = "^1.4.1"
lektor-htmlmin = "^1.0.3"
lektor-pythonmarkdown = "^1.2"
Pygments = "^2.12.0"
lektor-atom = "^0.4.0"
[tool.poetry.dev-dependencies]
Lektor = "^3.3"
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"