1
0
mirror of https://github.com/ilri/csv-metadata-quality.git synced 2025-05-08 14:16:00 +02:00

Use pycountry instead of iso-639 for languages

The latter is a fork that hasn't been updated since 2016 and the
original still seems to be well maintained, with recent database
updates as well as tests for Python 3.7.

Also, pycountry supports ISO 3166-2 (administrative zones), which
we could eventually use for sub regions.
This commit is contained in:
2019-07-30 16:39:26 +03:00
parent a85b410ab9
commit 3c798fb504
3 changed files with 19 additions and 24 deletions

View File

@ -12,9 +12,9 @@ flake8 = "*"
pandas = "*"
python-stdnum = "*"
xlrd = "*"
iso-639 = "*"
requests = "*"
requests-cache = "*"
pycountry = "*"
[requires]
python_version = "3.7"