-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyproject.toml
More file actions
38 lines (35 loc) · 888 Bytes
/
pyproject.toml
File metadata and controls
38 lines (35 loc) · 888 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
33
34
35
36
37
38
[project]
name = "whk"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.14"
dependencies = [
"cairosvg>=2.9.0",
"httpx[http2]>=0.28.1",
"jinja2>=3.1.6",
"mergedeep>=1.3.4",
"mkdocs-advanced-seo>=1.0.3",
"mkdocs-document-dates",
"mkdocs-glightbox>=0.5.2",
"mkdocs-llmstxt>=0.5.0",
"mkdocs-materialx>=10.1.1",
"mkdocs-minify-html-plugin>=0.3.10",
"mkdocs-rss-plugin>=1.17.9",
"mkdocs-table-reader-plugin>=3.1.0",
"mkpandocs>=1.0.1",
"pillow>=12.2.0",
"pyyaml>=6.0.3",
]
[tool.uv]
override-dependencies = [
"mkdocs; sys_platform == 'never'",
"properdocs; sys_platform == 'never'",
]
[tool.uv.sources]
mkdocs-document-dates = { git = "https://github.com/raineblog/mkdocs-document-dates.git" }
[dependency-groups]
dev = [
"pyside6>=6.10.2",
"rich>=14.3.3",
]