-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpyproject.toml
37 lines (32 loc) · 936 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
33
34
35
36
37
[tool.poetry]
name = "mkdocs tutorial"
version = "0.0.0"
description = "mkdocs tutorial of pythonbiellagroup"
authors = [
"PythonBiellaGroup <[email protected]>"
]
[tool.poetry.dependencies]
python = ">=3.9, !=3.9.7, <3.11"
jupyter = ">=1.0.0"
matplotlib = ">=3.8.2"
mkdocs = ">=1.5.3"
mkdocs-autorefs = ">=0.5.0"
mkdocs-awesome-pages-plugin = ">=2.9.2"
mkdocs-charts-plugin = ">=0.0.10"
mkdocs-git-authors-plugin = "^0.7.2"
mkdocs-git-revision-date-localized-plugin = ">=1.2.0"
mkdocs-jupyter = "^0.24.6"
mkdocs-macros-plugin = ">=1.0.4"
mkdocs-material = ">=9.4.6"
mkdocs-mermaid2-plugin = "^1.1.1"
mkdocs-minify-plugin = ">=0.7.1"
mkdocs-pdf = "^0.1.1"
mkdocs-static-i18n = ">=1.2.0"
mkdocstrings-python = ">=1.8.0"
neoteroi-mkdocs = ">=1.0.5"
pandas = ">=2.2.0"
[tool.poetry.group.dev.dependencies]
pre-commit = ">=3.4.0"
[build-system]
requires = ["poetry-core>=1.5.1"]
build-backend = "poetry.core.masonry.api"