mirror of
https://github.com/ilri/csv-metadata-quality.git
synced 2025-01-03 09:37:05 +01:00
pyproject.toml: use pycountry with iso-codes 4.13.0
This commit is contained in:
parent
0c53efe60a
commit
ede37569f1
@ -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.0.0"
|
country-converter = "~1.0.0"
|
||||||
pycountry = {git = "https://github.com/alanorth/pycountry", rev = "iso-codes-4.12.0"}
|
pycountry = {git = "https://github.com/alanorth/pycountry", rev = "iso-codes-4.13.0"}
|
||||||
|
|
||||||
[tool.poetry.dev-dependencies]
|
[tool.poetry.dev-dependencies]
|
||||||
pytest = "^7.2.1"
|
pytest = "^7.2.1"
|
||||||
|
Loading…
Reference in New Issue
Block a user