From a7bc929af87ccf4e4b2dce9dc60dcb6f7042a68c Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Mon, 28 Nov 2022 17:42:26 +0300 Subject: [PATCH] Update requirements Generated with poetry export: $ poetry export --without-hashes -f requirements.txt > requirements.txt $ poetry export --without-hashes --with dev -f requirements.txt > requirements-dev.txt I am trying `--without-hashes` to work around an error on pip install when running in CI: ERROR: In --require-hashes mode, all requirements must have their versions pinned with == --- requirements-dev.txt | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 429518a..07a565a 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -15,7 +15,7 @@ charset-normalizer==2.1.1 ; python_version >= "3.8" and python_version < "4" click==8.1.3 ; python_version >= "3.8" and python_version < "4.0" colorama==0.4.6 ; python_version >= "3.8" and python_version < "4.0" commonmark==0.9.1 ; python_version >= "3.8" and python_version < "4.0" -country-converter==0.8.0 ; python_version >= "3.8" and python_version < "4.0" +country-converter @ git+https://github.com/alanorth/country_converter.git@myanmar-region ; python_version >= "3.8" and python_version < "4.0" csvkit==1.0.7 ; python_version >= "3.8" and python_version < "4.0" dbfread==2.0.7 ; python_version >= "3.8" and python_version < "4.0" decorator==5.1.1 ; python_version >= "3.8" and python_version < "4.0" diff --git a/requirements.txt b/requirements.txt index b6e2949..31ceeca 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,7 +4,7 @@ cattrs==22.2.0 ; python_version >= "3.8" and python_version < "4.0" certifi==2022.9.24 ; python_version >= "3.8" and python_version < "4" charset-normalizer==2.1.1 ; python_version >= "3.8" and python_version < "4" colorama==0.4.6 ; python_version >= "3.8" and python_version < "4.0" -country-converter==0.8.0 ; python_version >= "3.8" and python_version < "4.0" +country-converter @ git+https://github.com/alanorth/country_converter.git@myanmar-region ; python_version >= "3.8" and python_version < "4.0" exceptiongroup==1.0.4 ; python_version >= "3.8" and python_version < "3.11" ftfy==6.1.1 ; python_version >= "3.8" and python_version < "4" idna==3.4 ; python_version >= "3.8" and python_version < "4"