mirror of
https://github.com/ilri/csv-metadata-quality.git
synced 2024-11-04 21:43:00 +01: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:
parent
b305da3f0b
commit
59b3b307c9
@ -20,7 +20,7 @@ langid = "^1.1.6"
|
|||||||
colorama = "^0.4.6"
|
colorama = "^0.4.6"
|
||||||
ftfy = "^6.1.1"
|
ftfy = "^6.1.1"
|
||||||
country-converter = "~1.1.0"
|
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]
|
[tool.poetry.group.dev.dependencies]
|
||||||
pytest = "^7.2.1"
|
pytest = "^7.2.1"
|
||||||
|
Loading…
Reference in New Issue
Block a user