mirror of
https://github.com/ilri/csv-metadata-quality.git
synced 2024-10-31 19:43:00 +01:00
Use my fork of country_converter again
There is an issue with the UN M.49 region for Myanmar.
This commit is contained in:
parent
d134c93663
commit
7097136b7e
15
poetry.lock
generated
15
poetry.lock
generated
@ -214,15 +214,22 @@ test = ["flake8 (==3.7.8)", "hypothesis (==3.55.3)"]
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "country-converter"
|
name = "country-converter"
|
||||||
version = "0.8.0"
|
version = "0.8.1.dev0"
|
||||||
description = "The country converter (coco) - a Python package for converting country names between different classifications schemes."
|
description = "The country converter (coco) - a Python package for converting country names between different classifications schemes."
|
||||||
category = "main"
|
category = "main"
|
||||||
optional = false
|
optional = false
|
||||||
python-versions = "*"
|
python-versions = "*"
|
||||||
|
develop = false
|
||||||
|
|
||||||
[package.dependencies]
|
[package.dependencies]
|
||||||
pandas = ">=1.0"
|
pandas = ">=1.0"
|
||||||
|
|
||||||
|
[package.source]
|
||||||
|
type = "git"
|
||||||
|
url = "https://github.com/alanorth/country_converter.git"
|
||||||
|
reference = "myanmar-region"
|
||||||
|
resolved_reference = "ec553386f3d81097b492ad9f8aff5286cf58d66b"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "csvkit"
|
name = "csvkit"
|
||||||
version = "1.0.7"
|
version = "1.0.7"
|
||||||
@ -992,7 +999,7 @@ test = ["pytest", "pytest-cov"]
|
|||||||
[metadata]
|
[metadata]
|
||||||
lock-version = "1.1"
|
lock-version = "1.1"
|
||||||
python-versions = "^3.8"
|
python-versions = "^3.8"
|
||||||
content-hash = "9c2b896bc7824d73eb04f1dc65b427b4f52a4a35c4e06231934933a80ddfe2d5"
|
content-hash = "c943eeb64f736991b6e4769c0aa5a3ca33510048d96baeeed3b91ec7535e47f8"
|
||||||
|
|
||||||
[metadata.files]
|
[metadata.files]
|
||||||
agate = [
|
agate = [
|
||||||
@ -1082,9 +1089,7 @@ commonmark = [
|
|||||||
{file = "commonmark-0.9.1-py2.py3-none-any.whl", hash = "sha256:da2f38c92590f83de410ba1a3cbceafbc74fee9def35f9251ba9a971d6d66fd9"},
|
{file = "commonmark-0.9.1-py2.py3-none-any.whl", hash = "sha256:da2f38c92590f83de410ba1a3cbceafbc74fee9def35f9251ba9a971d6d66fd9"},
|
||||||
{file = "commonmark-0.9.1.tar.gz", hash = "sha256:452f9dc859be7f06631ddcb328b6919c67984aca654e5fefb3914d54691aed60"},
|
{file = "commonmark-0.9.1.tar.gz", hash = "sha256:452f9dc859be7f06631ddcb328b6919c67984aca654e5fefb3914d54691aed60"},
|
||||||
]
|
]
|
||||||
country-converter = [
|
country-converter = []
|
||||||
{file = "country_converter-0.8.0.tar.gz", hash = "sha256:cbb405395ae14dd5505bde0b6cbd8c7fca31e1812ea4352214a90841208026e4"},
|
|
||||||
]
|
|
||||||
csvkit = [
|
csvkit = [
|
||||||
{file = "csvkit-1.0.7-py2.py3-none-any.whl", hash = "sha256:a731ed825297737b00499d0e36c4c6435af89e9018ec5ca2f2dad2ebf90cc55a"},
|
{file = "csvkit-1.0.7-py2.py3-none-any.whl", hash = "sha256:a731ed825297737b00499d0e36c4c6435af89e9018ec5ca2f2dad2ebf90cc55a"},
|
||||||
{file = "csvkit-1.0.7.tar.gz", hash = "sha256:0019e29ccadfe3d5cb0d159a443cba3ce8dfc37c967317db983ce3f19f0ca050"},
|
{file = "csvkit-1.0.7.tar.gz", hash = "sha256:0019e29ccadfe3d5cb0d159a443cba3ce8dfc37c967317db983ce3f19f0ca050"},
|
||||||
|
@ -20,7 +20,7 @@ langid = "^1.1.6"
|
|||||||
colorama = "^0.4.5"
|
colorama = "^0.4.5"
|
||||||
spdx-license-list = "^0.5.2"
|
spdx-license-list = "^0.5.2"
|
||||||
ftfy = "^6.1.1"
|
ftfy = "^6.1.1"
|
||||||
country-converter = "^0.8.0"
|
country-converter = {git = "https://github.com/alanorth/country_converter.git", rev = "myanmar-region"}
|
||||||
pycountry = {git = "https://github.com/alanorth/pycountry", rev = "iso-codes-4.12.0"}
|
pycountry = {git = "https://github.com/alanorth/pycountry", rev = "iso-codes-4.12.0"}
|
||||||
|
|
||||||
[tool.poetry.dev-dependencies]
|
[tool.poetry.dev-dependencies]
|
||||||
|
Loading…
Reference in New Issue
Block a user