about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorMartin Weinelt <hexa@darmstadt.ccc.de>2022-06-27 12:14:59 +0200
committerMartin Weinelt <hexa@darmstadt.ccc.de>2022-06-27 12:14:59 +0200
commit9790d255837a5117e8f52cbaf93d2cabb57e1971 (patch)
tree4d65d50653da3885f95797afe7de8c61c58b6428 /pkgs
parent8fb70dee32dc0cf86d04b1ae477c0a4ba9a27652 (diff)
home-assistant: relax requests
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/servers/home-assistant/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/servers/home-assistant/default.nix b/pkgs/servers/home-assistant/default.nix
index b1b731642b8c2..ee069f19b0546 100644
--- a/pkgs/servers/home-assistant/default.nix
+++ b/pkgs/servers/home-assistant/default.nix
@@ -213,6 +213,7 @@ in python.pkgs.buildPythonApplication rec {
       "cryptography"
       "httpx"
       "PyJWT"
+      "requests"
     ];
   in ''
     sed -r -i \