-
Notifications
You must be signed in to change notification settings - Fork 0
/
pyproject.toml
32 lines (29 loc) · 982 Bytes
/
pyproject.toml
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
[tool.poetry]
name = "Go Website"
version = "0.1.0"
description = "Go lecture Website"
authors = ["Jacques Supcik <[email protected]>"]
license = "Apache-2.0"
[tool.poetry.dependencies]
python = ">=3.10,<=3.12"
mkdocs = "^1.6.0"
mkdocs-awesome-pages-plugin = "^2.9.3"
mkdocs-calendar-plugin = "^0.4.0"
mkdocs-git-revision-date-localized-plugin = "^1.2.7"
mkdocs-glightbox = "^0.4.0"
mkdocs-include-markdown-plugin = "^6.2.2"
mkdocs-jconfig-plugin = "^0.1.1"
mkdocs-macros-plugin = "^1.0.5"
mkdocs-material = "^9.5.32"
mkdocs-mermaid2-plugin = "^1.1.1"
mkdocs-minify-plugin = "^0.8.0"
mkdocs-pages-j2-plugin = "^0.3.0"
mkdocs-static-i18n = "^1.2.3"
python-markdown-comments = { git = "https://github.com/ryneeverett/python-markdown-comments.git", rev = "973fe7b" }
python-markdown-math = "^0.8"
platformdirs = "^4.2.2"
mkdocs-open-in-new-tab = "^1.0.3"
[tool.poetry.dev-dependencies]
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"