Skip to content
Snippets Groups Projects
pyproject.toml 1005 B
Newer Older
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"
description = "Capability: the Workspaces Capability Service"
authors = ["DMS SSA <dms-ssa@nrao.edu>"]
license = "GPL3+"
readme = "README.md"

python = "~3.10"
pendulum = "2.1.2"
pycapo = "0.3.1"
pyramid = "2.0.2"
pyramid-retry = "2.1.1"
pyramid_beaker = "0.8"
pyramid-tm = "2.5"
pyOpenSSL = "23.2.0"
requests = "2.31.0"
sqlalchemy = "1.4.49"
greenlet = "2.0.2"
"zope.sqlalchemy" = "2.0"
workspaces = {path = "../../shared/workspaces"}
messaging = {path = "../../shared/messaging"}
aat_wrest = {path = "../../apps/cli/utilities/aat_wrest"}
pyramid-debugtoolbar = "4.10"
[tool.poetry.group.test.dependencies]
launch_capability = "capability.capability_launcher:main"