forked from GenomicsStandardsConsortium/mixs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpyproject.toml
32 lines (27 loc) · 866 Bytes
/
pyproject.toml
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
[tool.poetry]
name = "mixs_6_2_for_merge"
version = "0.1.0"
description = "MIxS: the Minimum Information about any (X) Sequence standard"
authors = ["Mark Andrew Miller <[email protected]>"]
license = "MIT"
readme = "README.md"
include = ["README.md", "src/mixs_6_2_for_merge/schema", "project"]
[tool.poetry.dependencies]
python = "^3.9"
linkml-runtime = "^1.6.0"
rdflib = "^6.2.0" # some LinkML components are not compatible with rdflib 7+ yet
pydantic = "^1.10.13"
[tool.poetry-dynamic-versioning]
enable = true
vcs = "git"
style = "pep440"
[tool.poetry.dev-dependencies]
linkml = "^1.6.0"
mkdocs-material = "^9.0.12"
mkdocs-mermaid2-plugin = "^0.6.0"
schemasheets = "^0.1.18"
[build-system]
requires = ["poetry-core>=1.0.0", "poetry-dynamic-versioning"]
build-backend = "poetry_dynamic_versioning.backend"
[tool.poetry.extras]
docs = ["linkml", "mkdocs-material"]