home-assistant: relax httpx, requests constraints

This commit is contained in:
Martin Weinelt 2021-08-28 03:50:05 +02:00
parent c16fb103ba
commit 7d130e3fbd

View File

@ -172,7 +172,9 @@ in with py.pkgs; buildPythonApplication rec {
--replace "awesomeversion==21.4.0" "awesomeversion" \
--replace "bcrypt==3.1.7" "bcrypt" \
--replace "cryptography==3.3.2" "cryptography" \
--replace "httpx==0.18.2" "httpx>=0.18.2" \
--replace "pip>=8.0.3,<20.3" "pip" \
--replace "requests==2.25.1" "requests>=2.25.1" \
--replace "ruamel.yaml==0.15.100" "ruamel.yaml"
substituteInPlace tests/test_config.py --replace '"/usr"' '"/build/media"'
'';