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

Use my fork of pycountry

Until they update to iso-codes 4.12.0.

See: https://github.com/flyingcircusio/pycountry/pull/149
This commit is contained in:
2022-11-08 10:21:28 +03:00
parent bddf4da559
commit df57988e5a
2 changed files with 11 additions and 26 deletions

View File

@ -16,12 +16,12 @@ pandas = "^1.5.1"
python-stdnum = "^1.17"
requests = "^2.28.1"
requests-cache = "^0.9.7"
pycountry = "^22.3.5"
langid = "^1.1.6"
colorama = "^0.4.5"
spdx-license-list = "^0.5.2"
ftfy = "^6.1.1"
country-converter = {git = "https://github.com/alanorth/country_converter.git", rev = "fixes-for-upstream"}
pycountry = {git = "https://github.com/alanorth/pycountry", rev = "iso-codes-4.12.0"}
[tool.poetry.dev-dependencies]
pytest = "^7.2.0"