20 lines
431 B
TOML
20 lines
431 B
TOML
[tool.poetry]
|
|
name = "chaoswest.tv"
|
|
version = "0.1.0"
|
|
description = "Lektor and dependencys for chaoswest.tv Page"
|
|
authors = ["L3D <l3d@c3woc.de>"]
|
|
|
|
[tool.poetry.dependencies]
|
|
python = "^3.10"
|
|
lektor-scss = "^1.4.1"
|
|
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"
|