Skip to content
Snippets Groups Projects
pyproject.toml 492 B
Newer Older
description = "Workflow monitor that reads in HTCondor logs and translates them into AMQP events"
authors = ["DMS SSA <dms-ssa@nrao.edu>"]
license = "GPL3+"
readme = "README.md"

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

[tool.poetry.scripts]
wf_monitor = "wf_monitor.monitor:main"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"