veilid/veilid-python/pyproject.toml
2024-10-24 19:27:30 -05:00

30 lines
565 B
TOML

[tool.poetry]
# --- Bumpversion match - do not reorder
name = "veilid"
version = "0.4.1"
# ---
description = ""
authors = ["Veilid Team <contact@veilid.com>"]
readme = "README.md"
packages = [{ include = "veilid" }]
[tool.poetry.dependencies]
python = "^3.12.5"
jsonschema = "^4.17.3"
[tool.poetry.group.dev.dependencies]
pytest = "^7.3.2"
pytest-cov = "^5.0.0"
pytest-asyncio = "^0.21.0"
appdirs = "^1.4.4"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"
[tool.black]
line-length = 99
[tool.mypy]
check_untyped_defs = true