19 lines
409 B
TOML
19 lines
409 B
TOML
|
[tool.poetry]
|
||
|
name = "docs"
|
||
|
version = "0.1.0"
|
||
|
description = ""
|
||
|
authors = ["ohdearaugustin <ohdearaugustin@users.noreply.github.com>"]
|
||
|
package-mode = false
|
||
|
|
||
|
[tool.poetry.dependencies]
|
||
|
python = "^3.11"
|
||
|
cairosvg = "^2.7.1,<2.8.0"
|
||
|
mkdocs-material = "^9.4.14"
|
||
|
mkdocs-minify-plugin = ">=0.7.1,<0.8.0"
|
||
|
pillow = ">=10.1.0,<10.2.0"
|
||
|
|
||
|
|
||
|
[build-system]
|
||
|
requires = ["poetry-core"]
|
||
|
build-backend = "poetry.core.masonry.api"
|