home-assistant: relax dependency on slugify

This commit is contained in:
Jörg Thalheim 2020-08-11 11:09:58 +01:00
parent 45776b40c4
commit 686cb7e18e
No known key found for this signature in database
GPG key ID: 003F2096411B5F92

View file

@ -1,5 +1,5 @@
diff --git a/setup.py b/setup.py
index 7cf06942f3..bace4479fb 100755
index 7cf06942f3..b3dd1b3e1b 100755
--- a/setup.py
+++ b/setup.py
@@ -32,7 +32,7 @@ PROJECT_URLS = {
@ -18,7 +18,8 @@ index 7cf06942f3..bace4479fb 100755
- "cryptography==2.9.2",
+ "cryptography>=2.9.2",
"pip>=8.0.3",
"python-slugify==4.0.0",
- "python-slugify==4.0.0",
+ "python-slugify>=4.0.0",
"pytz>=2020.1",
"pyyaml==5.3.1",
- "requests==2.24.0",