spiff-arena/pyproject.toml

26 lines
636 B
TOML
Raw Normal View History

[tool.poetry]
2023-03-06 15:12:54 +00:00
name = "spiffworkflow-arena"
version = "0.0.0"
description = "Spiffworkflow Arena"
authors = ["Jason Lantz <sartography@users.noreply.github.com>"]
2024-01-29 15:16:28 +00:00
license = "LGPL"
2023-03-06 15:12:54 +00:00
readme = "README.md"
homepage = "https://github.com/sartography/spiffworkflow-arena"
package-mode = false
repository = "https://github.com/sartography/spiffworkflow-arena"
classifiers = [
2024-01-29 15:16:28 +00:00
"Development Status :: 4 - Beta",
]
[tool.poetry.dependencies]
python = ">=3.11,<3.13"
[tool.poetry.dev-dependencies]
pre-commit = "^3.7.0"
pre-commit-hooks = "^4.6.0"
ruff = "^0.4.9"
[tool.poetry.group.dev.dependencies]
tomli = "^2.0.1"
git-debranch = "^0.1.9"