chaoswest.tv/pyproject.toml

21 lines
422 B
TOML
Raw Normal View History

2022-05-01 14:51:42 +02:00
[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"
2022-05-08 11:57:02 +02:00
lektor-htmlmin = "^1.0.3"
lektor-pythonmarkdown = "^1.2"
Pygments = "^2.12.0"
lektor-atom = "^0.4.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"