mirror of
https://github.com/netinvent/npbackup.git
synced 2025-10-09 21:17:47 +08:00
Switch back to original python-i18n, see https://github.com/Krutyi-4el/python-i18n/issues/3
This commit is contained in:
parent
14479d575e
commit
ec85b2ad3a
1 changed files with 4 additions and 3 deletions
|
@ -13,9 +13,10 @@ requests
|
||||||
ruamel.yaml
|
ruamel.yaml
|
||||||
psutil
|
psutil
|
||||||
pyyaml # Required for python-i18n which does not work with ruamel.yaml
|
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
|
# Replaced python-i18n with a fork that prevents boolean keys from being interpreted
|
||||||
# python-i18n
|
# python-i18n@https://github.com/Krutyi-4el/python-i18n/archive/master.zip
|
||||||
# python-i18n local copy from https://github.com/Krutyi-4el/python-i18n
|
# python-i18n @ git+https://github.com/Krutyi-4el/python-i18n.git@0.6.0#8999a0d380be8a08beed785e46fbb31dfc03c605
|
||||||
https://github.com/Krutyi-4el/python-i18n/archive/master.zip
|
# Since PyPI and twine don't allow usage of direct references (git addresses), we'll keep the initial version for now
|
||||||
packaging
|
packaging
|
||||||
pywin32; platform_system == "Windows"
|
pywin32; platform_system == "Windows"
|
Loading…
Add table
Reference in a new issue