home-assistant: relax cryptography dependency

This commit is contained in:
Martin Weinelt 2020-08-09 00:03:57 +02:00 committed by Jon
parent a797f7ce42
commit d6e21aa17d

View file

@ -1,5 +1,5 @@
diff --git a/setup.py b/setup.py
index c2042ab245..98f348510f 100755
index 7cf06942f3..bace4479fb 100755
--- a/setup.py
+++ b/setup.py
@@ -32,7 +32,7 @@ PROJECT_URLS = {
@ -11,7 +11,13 @@ index c2042ab245..98f348510f 100755
"astral==1.10.1",
"async_timeout==3.0.1",
"attrs==19.3.0",
@@ -48,8 +48,8 @@ REQUIRES = [
@@ -43,13 +43,13 @@ REQUIRES = [
"jinja2>=2.11.1",
"PyJWT==1.7.1",
# PyJWT has loose dependency. We want the latest one.
- "cryptography==2.9.2",
+ "cryptography>=2.9.2",
"pip>=8.0.3",
"python-slugify==4.0.0",
"pytz>=2020.1",
"pyyaml==5.3.1",
@ -21,4 +27,4 @@ index c2042ab245..98f348510f 100755
+ "ruamel.yaml>=0.15.100",
"voluptuous==0.11.7",
"voluptuous-serialize==2.4.0",
]
"yarl==1.4.2",