2020-05-31 16:31:36 +02:00
|
|
|
[tool.poetry]
|
|
|
|
name = "csv-metadata-quality"
|
2020-07-06 13:04:34 +02:00
|
|
|
version = "0.4.2"
|
2020-05-31 16:31:36 +02:00
|
|
|
description="A simple, but opinionated CSV quality checking and fixing pipeline for CSVs in the DSpace ecosystem."
|
|
|
|
authors = ["Alan Orth <alan.orth@gmail.com>"]
|
2020-06-09 13:22:53 +02:00
|
|
|
license="GPL-3.0-only"
|
2020-05-31 16:31:36 +02:00
|
|
|
repository = "https://github.com/ilri/csv-metadata-quality"
|
|
|
|
homepage = "https://github.com/ilri/csv-metadata-quality"
|
|
|
|
|
|
|
|
[tool.poetry.dependencies]
|
|
|
|
python = "^3.8"
|
|
|
|
pandas = "^1.0.4"
|
|
|
|
python-stdnum = "^1.13"
|
|
|
|
xlrd = "^1.2.0"
|
|
|
|
requests = "^2.23.0"
|
|
|
|
requests-cache = "^0.5.2"
|
|
|
|
pycountry = "^19.8.18"
|
|
|
|
langid = "^1.1.6"
|
|
|
|
|
|
|
|
[tool.poetry.dev-dependencies]
|
|
|
|
pytest = "^5.4.2"
|
|
|
|
ipython = "^7.15.0"
|
|
|
|
flake8 = "^3.8.2"
|
|
|
|
pytest-clarity = "^0.3.0-alpha.0"
|
|
|
|
black = "^19.10b0"
|
|
|
|
isort = "^4.3.21"
|
|
|
|
csvkit = "^1.0.5"
|
|
|
|
|
|
|
|
[build-system]
|
|
|
|
requires = ["poetry>=0.12"]
|
|
|
|
build-backend = "poetry.masonry.api"
|