summary refs log tree commit diff
path: root/pkgs/servers/home-assistant/relax-deps.patch
blob: 5d9716f0683cddb5417171a4f81a99aa1839da1c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- a/setup.py	2020-03-18 15:34:35.474693786 +0000
+++ b/setup.py	2020-03-18 15:49:07.185801916 +0000
@@ -47,8 +47,8 @@
     "pip>=8.0.3",
     "python-slugify==4.0.0",
     "pytz>=2019.03",
-    "pyyaml==5.3",
-    "requests==2.23.0",
+    "pyyaml>=5.2",
+    "requests>=2.22.0",
     "ruamel.yaml==0.15.100",
     "voluptuous==0.11.7",
     "voluptuous-serialize==2.3.0",