Newer
Older

Daniel Lyons
committed
[tool.poetry]

Daniel Lyons
committed
name = "ws_metrics"

Daniel Lyons
committed
version = "2.8.2rc1"
description = "Workspaces metrics reporter for users outside of SSA."
authors = ["DMS SSA <dms-ssa@nrao.edu>"]
license = "GPL3+"

Daniel Lyons
committed
[tool.poetry.dependencies]
python = "~3.10"
pycapo = "0.3.1"
aenum = "3.1.15"
psycopg2-binary = "2.9.9"
sqlalchemy = "1.4.49"
greenlet = "2.0.2"
arrow = "1.3.0"
pytest = "7.4.2"

Daniel Lyons
committed
[tool.poetry.scripts]
ws_metrics = "ws_metrics.deep_thought:main"

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