-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyproject.toml
More file actions
36 lines (30 loc) · 875 Bytes
/
pyproject.toml
File metadata and controls
36 lines (30 loc) · 875 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
[tool.poetry]
name = "linkml_common"
version = "0.0.0.post6.dev0+1ddd04b"
description = "Common Data Model Elements"
authors = ["LinkML Common <my-name@my-org.org>"]
license = "MIT"
readme = "README.md"
include = ["README.md", "src/linkml_common/schema", "project"]
[tool.poetry.dependencies]
python = "^3.9"
linkml-runtime = ">=1.8.0"
neo4j = "^5.14.1"
linkml-transformer = "^0.2.2"
[tool.poetry.group.dev.dependencies]
linkml = ">=1.8.0"
schema-automator = "^0.4.0"
[tool.poetry-dynamic-versioning]
enable = false
vcs = "git"
style = "pep440"
[tool.poetry.dev-dependencies]
linkml = "^1.3.5"
mkdocs-material = "^8.2.8"
mkdocs-mermaid2-plugin = ">=1.1.1"
schemasheets = "^0.1.14"
[build-system]
requires = ["poetry-core>=1.0.0", "poetry-dynamic-versioning"]
build-backend = "poetry_dynamic_versioning.backend"
[tool.poetry.extras]
docs = ["linkml", "mkdocs-material"]