1
0
mirror of https://github.com/ilri/csv-metadata-quality.git synced 2025-07-01 04:01:53 +02: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:
2022-11-28 17:38:45 +03:00
parent d134c93663
commit 7097136b7e
2 changed files with 11 additions and 6 deletions

View File

@ -20,7 +20,7 @@ langid = "^1.1.6"
colorama = "^0.4.5"
spdx-license-list = "^0.5.2"
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"}
[tool.poetry.dev-dependencies]