1
0
mirror of https://github.com/ilri/csv-metadata-quality.git synced 2025-05-11 07:36:01 +02:00

pyproject.toml: update pycountry

Use the latest branch in my fork that has iso-codes 4.15.0.
This commit is contained in:
2023-10-15 21:53:09 +03:00
parent bf90464809
commit 4ed2786703

View File

@ -20,7 +20,7 @@ langid = "^1.1.6"
colorama = "^0.4.6"
ftfy = "^6.1.1"
country-converter = "~1.0.0"
pycountry = {git = "https://github.com/alanorth/pycountry", rev = "iso-codes-4.13.0"}
pycountry = {git = "https://github.com/alanorth/pycountry", rev = "iso-codes-4.15.0"}
[tool.poetry.group.dev.dependencies]
pytest = "^7.2.1"