Skip to content
Snippets Groups Projects
pyproject.toml 548 B
Newer Older
description = "Contact information wrester"
authors = ["DMS SSA <dms-ssa@nrao.edu>"]
license = "GPL3+"
readme = "README.md"

[tool.poetry.dependencies]
python = "^3.10"
dsnparse = "0.1.15"
mysqlclient = "2.1.1"
psycopg2 = "^2.9.6"
pycapo = "^0.3.1"
pymysql = "^1.0.3"
[tool.poetry.group.test.dependencies]
pytest = "^7.3.1"

[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"
contacts_wrest = "contacts_wrest.contacts_wrester:main"