Skip to content
Snippets Groups Projects
pyproject.toml 424 B
Newer Older
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"