mirror of
https://github.com/p2p-ld/nwb-linkml.git
synced 2024-11-12 17:54:29 +00:00
cant include package when out of working directory
This commit is contained in:
parent
201ed569de
commit
2d8df6d2dc
1 changed files with 4 additions and 3 deletions
|
@ -7,14 +7,14 @@ license = "GPL-3.0"
|
|||
readme = "README.md"
|
||||
packages = [
|
||||
{include = "nwb_linkml", from="src"},
|
||||
{include = "nwb_schema_language", from="../nwb_schema_language/src"}
|
||||
#{include = "nwb_schema_language", from="../nwb_schema_language/src"}
|
||||
]
|
||||
|
||||
[tool.poetry.dependencies]
|
||||
python = "^3.11"
|
||||
pyyaml = "^6.0"
|
||||
linkml-runtime = "^1.5.6"
|
||||
#nwb_schema_language = { path = './nwb_schema_language', develop = true, optional = true }
|
||||
nwb_schema_language = { path = './nwb_schema_language', develop = true, optional = true }
|
||||
rich = "^13.5.2"
|
||||
linkml = "^1.5.7"
|
||||
nptyping = "^2.5.0"
|
||||
|
@ -34,7 +34,7 @@ coveralls = {version = "^3.3.1", optional = true}
|
|||
dev = ["nwb_schema_language"]
|
||||
tests = [
|
||||
"pytest", "pytest-depends", "coverage", "pytest-md",
|
||||
"pytest-emoji", "pytest-cov"
|
||||
"pytest-emoji", "pytest-cov", "coveralls"
|
||||
]
|
||||
plot = ["dash", "dash-cytoscape"]
|
||||
|
||||
|
@ -49,6 +49,7 @@ coverage = "^6.1.1"
|
|||
pytest-md = "^0.2.0"
|
||||
pytest-emoji = "^0.2.0"
|
||||
pytest-cov = "^4.1.0"
|
||||
coveralls = "^3.3.1"
|
||||
|
||||
[tool.poetry.group.plot]
|
||||
optional = true
|
||||
|
|
Loading…
Reference in a new issue