Skip to content
Snippets Groups Projects
pyproject.toml 575 B
Newer Older
version = "2.8.2rc1"
description = "Workspaces metrics reporter for users outside of SSA."
authors = ["DMS SSA <dms-ssa@nrao.edu>"]
license = "GPL3+"
readme = "README.md"

python = "~3.10"
pycapo = "0.3.1"
aenum = "3.1.15"
psycopg2-binary = "2.9.9"
sqlalchemy = "1.4.49"
greenlet = "2.0.2"
[tool.poetry.group.test.dependencies]
ws_metrics = "ws_metrics.deep_thought:main"

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