2023-06-20 21:46:38 +02:00
|
|
|
[tool.poetry]
|
|
|
|
name = "website"
|
|
|
|
version = "0.1.0"
|
|
|
|
description = "Stefan's Blog"
|
|
|
|
authors = ["stefan <mail@stefan.works>"]
|
|
|
|
readme = "README.md"
|
|
|
|
|
|
|
|
[tool.poetry.dependencies]
|
|
|
|
python = "^3.11"
|
|
|
|
Flask = "^2.3.2"
|
|
|
|
feedgen = "^0.9.0"
|
|
|
|
Frozen-Flask = "^0.18"
|
|
|
|
pytz = "^2023.3"
|
2023-07-08 17:00:40 +02:00
|
|
|
Markdown = "^3.4.1"
|
|
|
|
Flask-Markdown = "^0.3"
|
|
|
|
Pygments = "^2.12.0"
|
|
|
|
python-markdown-math = "*"
|
|
|
|
toml = "*"
|
2023-06-20 21:46:38 +02:00
|
|
|
|
|
|
|
|
|
|
|
[build-system]
|
|
|
|
requires = ["poetry-core"]
|
|
|
|
build-backend = "poetry.core.masonry.api"
|