Newer
Older

Daniel Lyons
committed
[tool.poetry]

Daniel Lyons
committed
name = "messaging"

Daniel Lyons
committed
version = "2.8.2rc1"

Daniel Lyons
committed
description = "SSA Messaging is an AMQP-based asynchronous messaging system based on passing simple Python objects as JSON."
authors = ["DMS SSA <dms-ssa@nrao.edu>"]
license = "GPL3+"

Daniel Lyons
committed
[tool.poetry.dependencies]
python = "^3.10"
kombu = "^5.2.4"
pycapo = "^0.3.1"

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