summary refs log tree commit diff
path: root/pkgs/servers/home-assistant/parse-requirements.py
diff options
context:
space:
mode:
authorRobert Schütz <robert.schuetz@stud.uni-heidelberg.de>2018-08-21 02:27:55 +0200
committerRobin Gloster <mail@glob.in>2018-08-21 19:26:54 +0200
commit33be3c463022748449c46e4027d23ceb3d74671c (patch)
treee2f7b408ba8577d2a3fcaa0f3a99d999b1852ca5 /pkgs/servers/home-assistant/parse-requirements.py
parent41c13780cbce8ce5020b36d54150924461272964 (diff)
downloadnixlib-33be3c463022748449c46e4027d23ceb3d74671c.tar
nixlib-33be3c463022748449c46e4027d23ceb3d74671c.tar.gz
nixlib-33be3c463022748449c46e4027d23ceb3d74671c.tar.bz2
nixlib-33be3c463022748449c46e4027d23ceb3d74671c.tar.lz
nixlib-33be3c463022748449c46e4027d23ceb3d74671c.tar.xz
nixlib-33be3c463022748449c46e4027d23ceb3d74671c.tar.zst
nixlib-33be3c463022748449c46e4027d23ceb3d74671c.zip
home-assistant: 0.75.2 -> 0.76.1
Also simplify the way overrides are defined for better readability
and use the opportunity to introduce a packageOverrides option.
Diffstat (limited to 'pkgs/servers/home-assistant/parse-requirements.py')
-rwxr-xr-xpkgs/servers/home-assistant/parse-requirements.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/servers/home-assistant/parse-requirements.py b/pkgs/servers/home-assistant/parse-requirements.py
index 068b89d9a9fe..95b731926984 100755
--- a/pkgs/servers/home-assistant/parse-requirements.py
+++ b/pkgs/servers/home-assistant/parse-requirements.py
@@ -1,5 +1,5 @@
 #! /usr/bin/env nix-shell
-#! nix-shell -i python3 -p "python3.withPackages (ps: with ps; [ requests pyyaml pytz pip jinja2 voluptuous typing aiohttp async-timeout astral certifi attrs ])"
+#! nix-shell -i python3 -p "python3.withPackages (ps: with ps; [ aiohttp astral async-timeout attrs certifi jinja2 pyjwt cryptography pip pytz pyyaml requests voluptuous ])"
 #
 # This script downloads Home Assistant's source tarball.
 # Inside the homeassistant/components directory, each component has an associated .py file,