Newer
Older

Daniel Lyons
committed
[tool.poetry]

Daniel Lyons
committed
name = "notification"

Daniel Lyons
committed
version = "2.8.2rc1"

Daniel Lyons
committed
description = "The SSA notification service"
authors = ["DMS SSA <dms-ssa@nrao.edu>"]
license = "GPL3+"

Daniel Lyons
committed
[tool.poetry.dependencies]
python = "~3.10"
pycapo = "0.3.1"
pyramid = "2.0.2"
pyramid-beaker = "0.8"
pyramid-tm = "2.5"
pyramid-retry = "2.1.1"
pyopenssl = "23.2.0"
requests = "2.31.0"
waitress = "2.1.2"
sqlalchemy = "1.4.49"
greenlet = "2.0.2"
workspaces = {path = "../../shared/workspaces"}
psycopg2 = "2.9.9"

Daniel Lyons
committed
[tool.poetry.group.dev.dependencies]
pyramid-debugtoolbar = "4.10"
pytest = "7.4.2"

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