chaoswest.tv/pyproject.toml

21 lines
462 B
TOML
Raw Normal View History

2022-05-01 14:51:42 +02:00
[tool.poetry]
name = "chaoswest.tv"
version = "0.1.0"
2024-01-21 21:25:29 +01:00
description = "Lektor and dependencys for chaoswest.tv Page"
authors = ["L3D <l3d@c3woc.de>"]
2022-05-01 14:51:42 +02:00
[tool.poetry.dependencies]
python = "^3.10"
lektor-scss = "^1.4.1"
2022-05-08 11:57:02 +02:00
lektor-pythonmarkdown = "^1.2"
Pygments = "^2.12.0"
lektor-atom = "^0.4.0"
2024-01-21 21:25:29 +01:00
lektor-html-pretify = "^2.0.0"
2022-05-01 14:51:42 +02:00
[tool.poetry.dev-dependencies]
Lektor = "^3.3"
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"