Newer
Older

Daniel Lyons
committed
[tool.poetry]

Daniel Lyons
committed
name = "workflow"

Daniel Lyons
committed
version = "2.8.2rc1"
description = "Workflow: the Workspaces Workflow 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.1"
pyramid-beaker = "^0.8"
pyramid-tm = "^2.5"
pyramid-retry = "^2.1.1"
requests = "^2.29.0"

Daniel Lyons
committed
sqlalchemy = "1.4.47"
waitress = "^2.1.2"

Daniel Lyons
committed
zope-sqlalchemy = "^2.0"
immutable-views = "^0.6.1"
sentry-sdk = "1.5.0"
prometheus-client = "0.4.1"

Daniel Lyons
committed
[tool.poetry.group.dev.dependencies]
pyramid-debugtoolbar = "^4.10"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"