-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpyproject.toml
More file actions
33 lines (31 loc) · 876 Bytes
/
pyproject.toml
File metadata and controls
33 lines (31 loc) · 876 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 = "biocypher-docs"
version = "0.1.0"
description = "Unified documentation for the BioCypher ecosystem"
authors = [
{name = "Sebastian Lobentanzer", email = "sebastian.lobentanzer@gmail.com"}
]
readme = "README.md"
requires-python = ">=3.10,<4.0"
dependencies = [
"mkdocs-material[imaging]>=9.5.10",
"mkdocs-monorepo-plugin>=1.1.0",
"mkdocstrings[python]>=0.24.0",
"mkdocstrings-python>=1.7.0",
"mkdocs-include-markdown-plugin>=7.1.4",
"griffe>=0.36.3",
"neoteroi-mkdocs>=1.1.0",
"mkdocs-table-reader-plugin>=3.1.0",
"mkdocs-jupyter>=0.25.1",
"mkdocs-redirects>=1.2.2",
"colorcet>=3.1.0",
"matplotlib>=3.10.0",
"seaborn>=0.13.2",
"scipy>=1.15.2",
"pandas",
]
[tool.hatch.build.targets.wheel]
packages = ["biocypher_docs"]
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"