From b02f1f65eed598e0da2eb6c913849d4cc507937e Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Mon, 28 Nov 2022 17:14:16 +0300 Subject: [PATCH] pyproject.toml: use upstream country_converter Version 0.8.0 has the country and UN M.49 region fixes. See: https://github.com/konstantinstadler/country_converter/releases/tag/v0.8.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 908dd21..2f4b6fb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,7 +20,7 @@ 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"} +country-converter = "^0.8.0" pycountry = {git = "https://github.com/alanorth/pycountry", rev = "iso-codes-4.12.0"} [tool.poetry.dev-dependencies]