[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"

[tool.poetry]
name = "kiln-server"
version = "0.1.0"
description = 'Kiln AI Server'
readme = "README.md"
authors = [
  "Steve Cosman, Chesterfield Laboratories Inc <scosman@users.noreply.github.com>",
]
license = "Proprietary"
homepage = "https://getkiln.ai"
repository = "https://github.com/Kiln-AI/kiln"
documentation = "https://github.com/Kiln-AI/kiln#readme"

[tool.poetry.urls]
"Bug Tracker" = "https://github.com/Kiln-AI/kiln/issues"

[tool.poetry.dependencies]
python = ">=3.9"
kiln-ai = "*"

[tool.poetry.dev-dependencies]
pytest = "^7.2.1"

[tool.pyright]
reportMissingTypeArgument = true
strictListInference = true
