forked from useblocks/sphinx-needs-demo
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyproject.toml
More file actions
33 lines (29 loc) · 829 Bytes
/
pyproject.toml
File metadata and controls
33 lines (29 loc) · 829 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
[project]
name = "sphinx-needs-demo"
version = "0.1.0"
description = "Sphinx-needs documentation"
authors = [
{ name = "Daniel Woste", email = "daniel.woste@useblocks.com" }
]
dependencies = [
"sphinx[test]>=8.2.3",
"sphinx-needs[plotting]==6.1.0", # pin as RTD consumes this file, not uv.lock
"sphinxcontrib-plantuml>=0.30",
"sphinx-design>=0.6.1",
"sphinx-simplepdf>=1.6.0",
"sphinx-test-reports>=1.3.2", # pin as RTD consumes this file, not uv.lock
"furo>=2024.8.6",
"sphinx-preview>=0.1.2",
"sphinx-immaterial>=0.13.6",
]
readme = "README.md"
requires-python = ">= 3.12"
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
[tool.hatch.metadata]
allow-direct-references = true
[tool.hatch.build.targets.wheel]
packages = ["src/eac"]
[tool.uv]
managed = true