mirror of
https://github.com/netinvent/npbackup.git
synced 2025-10-07 20:19:14 +08:00
Switch to maintained version of python-i18n
See issues at https://github.com/Krutyi-4el/python-i18n
This commit is contained in:
parent
c65cfd55bb
commit
325084f9dc
1 changed files with 4 additions and 2 deletions
|
@ -13,7 +13,9 @@ 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
|
||||||
# python-i18n local copy from https://github.com/Krutyi-4el/python-i18n:
|
# python-i18n
|
||||||
|
# python-i18n local copy from https://github.com/Krutyi-4el/python-i18n
|
||||||
|
https://github.com/Krutyi-4el/python-i18n/archive/master.zip
|
||||||
packaging
|
packaging
|
||||||
pywin32; platform_system == "Windows"
|
pywin32; platform_system == "Windows"
|
Loading…
Add table
Reference in a new issue