[tool.poetry] name = "messaging" version = "2.8.2rc1" 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+" readme = "README.md" [tool.poetry.dependencies] python = "^3.10" kombu = "^5.2.4" pycapo = "^0.3.1" [build-system] requires = ["poetry-core"] build-backend = "poetry.core.masonry.api"