Skip to content

Instantly share code, notes, and snippets.

@RichardBruskiewich
Created November 24, 2022 22:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save RichardBruskiewich/7c41ce4ea3b61224dcbf3080df04b9d0 to your computer and use it in GitHub Desktop.
Save RichardBruskiewich/7c41ce4ea3b61224dcbf3080df04b9d0 to your computer and use it in GitHub Desktop.
[tool.poetry]
name = "validator"
version = "3.2.0"
description = "Validation tools"
authors = [
"Richard Bruskiewich <richard.bruskiewich@delphinai.com>"
]
maintainers = [
"Richard Bruskiewich <richard.bruskiewich@delphinai.com>"
]
license = "MIT"
readme = "README.md"
packages = [{include = "validator"}]
include = [
"CHANGELOG.md",
{ path = "tests" },
{ path = "docs" },
]
[tool.poetry.dependencies]
python = "^3.8"
kgx = "^1.6.0"
jsonschema = "^4.17.0"
PyYAML = "^6.0"
requests = "^2.28.1"
linkml-runtime = "^1.3.7"
linkml = "^1.3.14"
bmt = "^0.8.12"
fastapi = "^0.68"
pydantic = "^1.8.0"
uvicorn = "^0.15"
numpydoc = { version = "^1.5.0", extras = ["docs"] }
sphinx = { version = "^5.3.0", extras = ["docs"] }
myst-parser = { version = "^0.18.1", extras = ["docs"] }
[tool.poetry.group.dev.dependencies]
pytest = "6.2.4"
[tool.poetry.extras]
docs = ["numpydoc", "sphinx", "myst-parser"]
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment