From ec85b2ad3a49be56b60070d4d7cda981f124d663 Mon Sep 17 00:00:00 2001 From: Orsiris de Jong Date: Mon, 13 Mar 2023 19:15:07 +0100 Subject: [PATCH] Switch back to original python-i18n, see https://github.com/Krutyi-4el/python-i18n/issues/3 --- npbackup/requirements.txt | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/npbackup/requirements.txt b/npbackup/requirements.txt index d290566..8d21e97 100644 --- a/npbackup/requirements.txt +++ b/npbackup/requirements.txt @@ -13,9 +13,10 @@ requests ruamel.yaml psutil pyyaml # Required for python-i18n which does not work with ruamel.yaml +python-i18n # Replaced python-i18n with a fork that prevents boolean keys from being interpreted -# python-i18n -# python-i18n local copy from https://github.com/Krutyi-4el/python-i18n -https://github.com/Krutyi-4el/python-i18n/archive/master.zip +# python-i18n@https://github.com/Krutyi-4el/python-i18n/archive/master.zip +# python-i18n @ git+https://github.com/Krutyi-4el/python-i18n.git@0.6.0#8999a0d380be8a08beed785e46fbb31dfc03c605 +# Since PyPI and twine don't allow usage of direct references (git addresses), we'll keep the initial version for now packaging pywin32; platform_system == "Windows" \ No newline at end of file