Newer
Older

Daniel Lyons
committed
[tool.poetry]

Daniel Lyons
committed
name = "wf_monitor"

Daniel Lyons
committed
version = "2.8.2rc1"

Daniel Lyons
committed
description = "Workflow monitor that reads in HTCondor logs and translates them into AMQP events"
authors = ["DMS SSA <dms-ssa@nrao.edu>"]
license = "GPL3+"

Daniel Lyons
committed
[tool.poetry.dependencies]
python = "^3.10"
pendulum = "^2.1.2"
workspaces = "2.8.2rc1"
messaging = "2.8.2rc1"

Daniel Lyons
committed
[tool.poetry.scripts]
wf_monitor = "wf_monitor.monitor:main"

Daniel Lyons
committed
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"