From 15f52f8be83e47bf142c23f13c65a687de8be3c1 Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Tue, 8 Nov 2022 10:04:31 +0300 Subject: [PATCH] Switch to my fork of country-converter Until a few issues are resolved regarding new countries and regions. See: https://github.com/konstantinstadler/country_converter/pull/122 See: https://github.com/konstantinstadler/country_converter/pull/123 --- poetry.lock | 13 +++++++++---- pyproject.toml | 2 +- 2 files changed, 10 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index f299d24..5a00ab9 100644 --- a/poetry.lock +++ b/poetry.lock @@ -189,10 +189,17 @@ description = "The country converter (coco) - a Python package for converting co category = "main" optional = false python-versions = "*" +develop = false [package.dependencies] pandas = ">=1.0" +[package.source] +type = "git" +url = "https://github.com/alanorth/country_converter.git" +reference = "fixes-for-upstream" +resolved_reference = "93992c4c8d8b12967b5767be6ef0584a8300db52" + [[package]] name = "csvkit" version = "1.0.7" @@ -800,7 +807,7 @@ test = ["pytest", "pytest-cov"] [metadata] lock-version = "1.1" python-versions = "^3.8" -content-hash = "9a76e08695dcda96179da1f85c3f82479dad3c2b2e95693f38b8a5d5a2f4a4b6" +content-hash = "3c6e058e18cfcb12080afe08ef00fba2e1f7a1e961a6a3397a13f8bdbfd3b78b" [metadata.files] agate = [ @@ -878,9 +885,7 @@ commonmark = [ {file = "commonmark-0.9.1-py2.py3-none-any.whl", hash = "sha256:da2f38c92590f83de410ba1a3cbceafbc74fee9def35f9251ba9a971d6d66fd9"}, {file = "commonmark-0.9.1.tar.gz", hash = "sha256:452f9dc859be7f06631ddcb328b6919c67984aca654e5fefb3914d54691aed60"}, ] -country-converter = [ - {file = "country_converter-0.7.7.tar.gz", hash = "sha256:f980bdc53db2f174b07450c9e3eb0f475c705579cf4175b37f368d83bc688f63"}, -] +country-converter = [] csvkit = [ {file = "csvkit-1.0.7-py2.py3-none-any.whl", hash = "sha256:a731ed825297737b00499d0e36c4c6435af89e9018ec5ca2f2dad2ebf90cc55a"}, {file = "csvkit-1.0.7.tar.gz", hash = "sha256:0019e29ccadfe3d5cb0d159a443cba3ce8dfc37c967317db983ce3f19f0ca050"}, diff --git a/pyproject.toml b/pyproject.toml index 0d77eb8..ce4b966 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,7 +21,7 @@ langid = "^1.1.6" colorama = "^0.4.5" spdx-license-list = "^0.5.2" ftfy = "^6.1.1" -country-converter = "^0.7.7" +country-converter = {git = "https://github.com/alanorth/country_converter.git", rev = "fixes-for-upstream"} [tool.poetry.dev-dependencies] pytest = "^7.2.0"