-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyproject.toml
More file actions
45 lines (37 loc) · 1.15 KB
/
pyproject.toml
File metadata and controls
45 lines (37 loc) · 1.15 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
42
43
44
45
[tool.poetry]
name = "voronenko-docs"
version = "1.0.0"
description = "Vyacheslav's notes - MkDocs documentation site"
authors = ["Vyacheslav Voronenko <slavko@voronenko.info>"]
readme = "README.md"
[tool.poetry.dependencies]
python = "^3.9"
# Core MkDocs - upgraded from 1.4.2 to 1.6.1
mkdocs = "^1.6.1"
# Theme - upgraded from 8.5.11 to 9.7.1
mkdocs-material = "^9.7.1"
# Markdown extensions - upgraded from 9.9 to 10.20.1
pymdown-extensions = "^10.20.1"
# Plugins - upgraded to latest versions
mkdocs-macros-plugin = "^1.5.0"
mkdocs-exclude = "^1.0.2"
mkdocs-autolinks-plugin = "^0.7.1"
mknotebooks = "^0.8.0"
mkdocs-blog-plugin = "^0.25"
mkdocs-redirects = "^1.2.1"
mkdocs-simple-hooks = "^0.1.5"
mkdocs-categories-plugin = "^0.2.1"
mkdocs-table-reader-plugin = "^3.1.0"
mkdocs-build-plantuml-plugin = "^1.7.4"
# Additional dependencies
plantuml-markdown = "^3.10.1"
diagrams = "^0.24.1"
fontawesome-markdown = "^0.2.6"
adr-viewer = "^1.3.0"
python-gitlab = "^4.11.1"
boto3 = "^1.35.54"
[tool.poetry.group.dev.dependencies]
# Development dependencies can be added here if needed
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"