-
Daniel Lyons authoredDaniel Lyons authored
pyproject.toml 587 B
[tool.poetry]
name = "ssa-ingest"
version = "2.8.2rc1"
description = "Ingest is the program that ingests data into the archive."
authors = ["DMS SSA <dms-ssa@nrao.edu>"]
license = "GPL3+"
readme = "README.md"
packages = [{include = "ingest"}]
[tool.poetry.dependencies]
python = "^3.10"
jxmlease = "1.0.3"
lxml = "4.6.3"
pika = "1.2.0"
pycapo = "0.3.1"
pysftp = "0.2.9"
python-dateutil = "2.8.2"
requests = "2.26.0"
simplejson = "3.17.3"
urllib3 = "1.26.6"
markupsafe = "2.0.1"
mysqlclient = "2.0.3"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"