2022-10-27 13:15:56 +00:00
|
|
|
[tool.poetry]
|
2023-03-06 15:12:54 +00:00
|
|
|
name = "spiffworkflow-arena"
|
2022-10-27 13:15:56 +00:00
|
|
|
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"
|
2022-10-27 13:15:56 +00:00
|
|
|
homepage = "https://github.com/sartography/spiffworkflow-arena"
|
|
|
|
repository = "https://github.com/sartography/spiffworkflow-arena"
|
|
|
|
classifiers = [
|
2024-01-29 15:16:28 +00:00
|
|
|
"Development Status :: 4 - Beta",
|
2022-10-27 13:15:56 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[tool.poetry.dependencies]
|
2024-01-10 16:42:49 +00:00
|
|
|
python = ">=3.11,<3.13"
|
2022-10-27 13:15:56 +00:00
|
|
|
|
|
|
|
[tool.poetry.dev-dependencies]
|
2024-04-23 14:45:11 +00:00
|
|
|
pre-commit = "^3.7.0"
|
2022-10-27 13:15:56 +00:00
|
|
|
black = ">=21.10b0"
|
2024-04-09 14:40:08 +00:00
|
|
|
ruff = "^0.3.5"
|
2022-10-27 13:15:56 +00:00
|
|
|
|
2024-02-28 15:03:38 +00:00
|
|
|
reorder-python-imports = "^3.12.0"
|
2024-04-30 14:36:58 +00:00
|
|
|
pre-commit-hooks = "^4.6.0"
|
2023-03-28 20:19:31 +00:00
|
|
|
|
|
|
|
[tool.poetry.group.dev.dependencies]
|
|
|
|
tomli = "^2.0.1"
|
2024-03-07 19:40:24 +00:00
|
|
|
|
|
|
|
[tool.black]
|
|
|
|
line-length = 130
|