halig/pyproject.toml
cătălin c7127e4a5d
Some checks failed
continuous-integration/drone/push Build is failing
test: migrate from pytest in favor of ward
2022-08-27 21:51:02 +02:00

40 lines
707 B
TOML

[tool.poetry]
name = "halig"
version = "0.1.1"
description = ""
authors = ["cătălin <catalin@roboces.dev>"]
readme = "README.md"
[tool.poetry.scripts]
halig = "halig.main:app"
[tool.poetry.dependencies]
python = "^3.10"
typer = "^0.6.1"
rich = "^12.5.1"
sh = "^1.14.3"
pydantic = "^1.9.1"
PyYAML = "^6.0"
seedir = "^0.3.1"
setuptools = "^65.3.0"
[tool.poetry.group.linters.dependencies]
black = "^22.6.0"
[tool.poetry.group.test.dependencies]
ward = "^0.66.1b0"
ward-coverage = "^0.1.5"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"
[tool.ward]
path = ["tests"]
fail-limit = 1
hook_module = ["ward_coverage"]
[tool.ward.plugins.coverage]
omit = [".venv/**"]