home-assistant: allow later httpx releases

This commit is contained in:
Fabian Affolter 2021-02-28 23:44:02 +01:00
parent 39cc74dbd8
commit 98cd269c3f

View File

@ -87,6 +87,7 @@ in with py.pkgs; buildPythonApplication rec {
--replace "bcrypt==3.1.7" "bcrypt>=3.1.7" \
--replace "awesomeversion==21.2.2" "awesomeversion>=21.2.2" \
--replace "cryptography==3.2" "cryptography" \
--replace "httpx==0.16.1" "httpx>=0.16.1" \
--replace "pip>=8.0.3,<20.3" "pip" \
--replace "pytz>=2020.5" "pytz>=2020.4" \
--replace "pyyaml==5.4.1" "pyyaml" \