Newer
Older

Daniel Lyons
committed
[tool.poetry]

Daniel Lyons
committed
name = "contacts_wrest"

Daniel Lyons
committed
version = "2.8.2rc1"

Daniel Lyons
committed
description = "Contact information wrester"
authors = ["DMS SSA <dms-ssa@nrao.edu>"]
license = "GPL3+"

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

Daniel Lyons
committed
psycopg2 = "^2.9.6"
pycapo = "^0.3.1"
pymysql = "^1.0.3"
[tool.poetry.group.test.dependencies]
pytest = "^7.3.1"

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

Daniel Lyons
committed
[tool.poetry.scripts]
contacts_wrest = "contacts_wrest.contacts_wrester:main"