Newer
Older

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

Daniel Lyons
committed
[tool.poetry]

Daniel Lyons
committed
name = "capability"

Daniel Lyons
committed
version = "2.8.2rc1"

Daniel Lyons
committed
description = "Capability: the Workspaces Capability Service"
authors = ["DMS SSA <dms-ssa@nrao.edu>"]
license = "GPL3+"

Daniel Lyons
committed
[tool.poetry.dependencies]
python = "^3.10"
pendulum = "^2.1.2"
pycapo = "^0.3.1"
pyramid = "^2.0.1"
pyramid-retry = "^2.1.1"
pyramid_beaker = "^0.8"
pyramid-tm = "^2.5"
pyOpenSSL = "^23.1.1"
requests = "^2.28.2"

Daniel Lyons
committed
waitress = "^2.1.2"

Daniel Lyons
committed
immutable-views = "^0.6.1"
sentry-sdk = "1.5.10"
prometheus-client = "0.4.1"
workspaces = {path = "../../shared/workspaces"}
messaging = {path = "../../shared/messaging"}
aat_wrest = {path = "../../apps/cli/utilities/aat_wrest"}

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

Daniel Lyons
committed
[tool.poetry.scripts]
launch_capability = "capability.capability_launcher:main"