forked from flox/floxdocs
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyproject.toml
More file actions
32 lines (29 loc) · 919 Bytes
/
pyproject.toml
File metadata and controls
32 lines (29 loc) · 919 Bytes
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 = "floxdocs"
version = "0.1.0"
description = "Documentation for flox"
authors = ["Rok Garbas <rok@floxdev.com>"]
license = "TODO"
readme = "README.md"
package-mode = false
[tool.poetry.dependencies]
python = "3.11.*"
cairosvg = "*"
mkdocs = "*"
mkdocs-awesome-pages-plugin = "*"
mkdocs-d2-plugin = "*"
mkdocs-glightbox = "*"
mkdocs-include-markdown-plugin = "*"
mkdocs-macros-plugin = "*"
mkdocs-material = { path = "./mkdocs_material-9.5.10+insiders.4.52.2.tar.gz", extras = [ "images" ] }
mkdocs-material-extensions = "*"
mkdocs-redirects = "^1.2.2"
pillow = "11.2.1"
pymdown-extensions = "*"
# PR waiting in upstream: https://github.com/OceanSprint/tesh/pull/45
tesh = { git = "https://github.com/garbas/tesh", branch = "remove-mkdocs-code-annotations" }
[tool.poetry.dev-dependencies]
trove-classifiers = "*"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"