1
0
mirror of https://github.com/ilri/csv-metadata-quality.git synced 2025-05-13 00:17:47 +02:00

Switch to my fork of country-converter

Until a few issues are resolved regarding new countries and regions.

See: https://github.com/konstantinstadler/country_converter/pull/122
See: https://github.com/konstantinstadler/country_converter/pull/123
This commit is contained in:
2022-11-08 10:04:31 +03:00
parent bc909464c7
commit 15f52f8be8
2 changed files with 10 additions and 5 deletions

View File

@ -21,7 +21,7 @@ langid = "^1.1.6"
colorama = "^0.4.5"
spdx-license-list = "^0.5.2"
ftfy = "^6.1.1"
country-converter = "^0.7.7"
country-converter = {git = "https://github.com/alanorth/country_converter.git", rev = "fixes-for-upstream"}
[tool.poetry.dev-dependencies]
pytest = "^7.2.0"