1
0
mirror of https://github.com/ilri/csv-metadata-quality.git synced 2024-06-25 23:53:45 +02:00

pyproject.toml: use official pycountry

The project is moving again and has all the latest data from the
iso-codes project.
This commit is contained in:
Alan Orth 2023-12-09 12:04:14 +03:00
parent b305da3f0b
commit 59b3b307c9
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9

View File

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