Update requirements.txt

This commit is contained in:
Orsiris de Jong 2023-03-22 00:17:19 +01:00
parent 637116d5e8
commit 5f8d3b8ac4

View file

@ -13,10 +13,11 @@ requests
ruamel.yaml
psutil
pyyaml # Required for python-i18n which does not work with ruamel.yaml
python-i18n
# python-i18n
# Replaced python-i18n with a fork that prevents boolean keys from being interpreted
# 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
# Since PyPI and twine don't allow usage of direct references (git addresses)
# we'll use an inline version for now
packaging
pywin32; platform_system == "Windows"