From 4776154d6cd86b60785fe6249984801f8907c7ab Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Sat, 4 Mar 2023 06:52:56 +0300 Subject: [PATCH] pyproject.toml: switch back to upstream country_converter Version 1.0.0 incorporates my change to Myanmar. See: https://github.com/IndEcol/country_converter/releases/tag/v1.0.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index bc6305b..393069c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,7 +19,7 @@ requests-cache = "^0.9.8" langid = "^1.1.6" colorama = "^0.4.6" ftfy = "^6.1.1" -country-converter = {git = "https://github.com/alanorth/country_converter.git", rev = "myanmar-region"} +country-converter = "~1.0.0" pycountry = {git = "https://github.com/alanorth/pycountry", rev = "iso-codes-4.12.0"} [tool.poetry.dev-dependencies]