aboutsummaryrefslogtreecommitdiff
path: root/blog_experiment/pyproject.toml
blob: faaf65e9cef296517b011068c8b74e8d5211ebd5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
[tool.poetry]
name = "blog"
version = "0.1.0"
description = ""
authors = ["alex <alex@pdp7.net>"]
packages = [{include = "blog"}]

[tool.poetry.dependencies]
python = "^3.9"
bicephalus = {path = "/home/alex/git/bicephalus", develop = true}
htmlgenerator = "^1.2.28"

[tool.poetry.group.dev.dependencies]
pytest = "^7.4.2"
ipython = "^8.15.0"

[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"

[tool.pytest.ini_options]
addopts = "--doctest-modules"
doctest_optionflags = "NORMALIZE_WHITESPACE"