-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpyproject.toml
More file actions
34 lines (31 loc) · 885 Bytes
/
pyproject.toml
File metadata and controls
34 lines (31 loc) · 885 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
[project]
name = "isamplesorg-github-io"
version = "0.5.0"
description = "Documentation for the iSamples project."
authors = [{ name = "datadavev", email = "605409+datadavev@users.noreply.github.com" }]
requires-python = ">=3.9,<3.13"
readme = "README.md"
license = "MIT"
dependencies = [
"rdflib>=6.2.0,<7",
"click>=8.1.3,<9",
"pandoc-plantuml-filter>=0.1.2,<0.2",
"graphviz>=0.20.1,<0.21",
"itables>=1.3.0,<2",
"requests>=2.28.1,<3",
"nbformat>=5.9.2,<6",
"nbclient>=0.8.0,<0.9",
"jupyter>=1.0.0,<2",
"anywidget[dev]>=0.7.0,<0.8",
"matplotlib>=3.8.0,<4",
"ipyleaflet>=0.17.4,<0.18",
"mapwidget>=0.1.2,<0.2",
"pygithub>=2.4.0,<3",
]
[tool.hatch.build.targets.sdist]
include = ["isamplesorg"]
[tool.hatch.build.targets.wheel]
include = ["isamplesorg"]
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"