Newer
Older

Daniel Lyons
committed
[tool.poetry]

Daniel Lyons
committed
name = "casa_envoy"

Daniel Lyons
committed
description = "Workspaces CASA functionality bridge"
authors = ["DMS SSA <dms-ssa@nrao.edu>"]
license = "GPL3+"

Daniel Lyons
committed
[tool.poetry.dependencies]
python = "~3.10"

Daniel Lyons
committed
[tool.poetry.group.dev.dependencies]
pex = "2.1.119"

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

Daniel Lyons
committed
[tool.poetry.scripts]
casa_envoy = "casa_envoy.palaver:main"