-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathpyproject.toml
More file actions
42 lines (36 loc) · 1.21 KB
/
pyproject.toml
File metadata and controls
42 lines (36 loc) · 1.21 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
[tool.poetry]
name = "documentation-eccenca-com"
version = "0.0.0"
description = "Documentation repository for eccenca Corporate Memory"
authors = ["Sebastian Tramp <sebastian.tramp@eccenca.com>"]
homepage = "https://github.com/eccenca/documentation.eccenca.com"
readme = "README.md"
packages = [{include = "tools"}]
[tool.poetry.urls]
"Issue Tracker" = "https://github.com/eccenca/documentation.eccenca.com/issues"
[tool.poetry.scripts]
dec-tool = 'tools:cli'
[tool.poetry.dependencies]
python = "^3.11"
Pillow = "^11.2.1"
CairoSVG = "^2.8.1"
mkdocs = "^1.6.1"
mike = "^2.1.3"
mkdocs-git-revision-date-localized-plugin = "^1.4.7"
mkdocs-awesome-pages-plugin = "^2.10.1"
mkdocs-glightbox = "^0.4.0"
mkdocs-macros-plugin = "^1.3.7"
mkdocs-autolinks-plugin = "^0.7.1"
mkdocs-redirects = "^1.2.2"
mkdocs-swagger-ui-tag = "^0.7.1"
# if you change this - change also the version ID in Taskfile.yml
mkdocs-material = {git = "git@github.com:eccenca/mkdocs-material-insiders.git", rev = "9.6.14-insiders-4.53.16"}
cmem-cmempy = "^25.3.0"
pydantic = "^2.11.7"
jinja2 = "^3.1.6"
[tool.poetry.group.dev.dependencies]
linkcheckmd = "^1.4.0"
rumdl = "^0.0.194"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"