home-assistant: relax dependency on slugify
This commit is contained in:
parent
45776b40c4
commit
686cb7e18e
@ -1,5 +1,5 @@
|
|||||||
diff --git a/setup.py b/setup.py
|
diff --git a/setup.py b/setup.py
|
||||||
index 7cf06942f3..bace4479fb 100755
|
index 7cf06942f3..b3dd1b3e1b 100755
|
||||||
--- a/setup.py
|
--- a/setup.py
|
||||||
+++ b/setup.py
|
+++ b/setup.py
|
||||||
@@ -32,7 +32,7 @@ PROJECT_URLS = {
|
@@ -32,7 +32,7 @@ PROJECT_URLS = {
|
||||||
@ -18,7 +18,8 @@ index 7cf06942f3..bace4479fb 100755
|
|||||||
- "cryptography==2.9.2",
|
- "cryptography==2.9.2",
|
||||||
+ "cryptography>=2.9.2",
|
+ "cryptography>=2.9.2",
|
||||||
"pip>=8.0.3",
|
"pip>=8.0.3",
|
||||||
"python-slugify==4.0.0",
|
- "python-slugify==4.0.0",
|
||||||
|
+ "python-slugify>=4.0.0",
|
||||||
"pytz>=2020.1",
|
"pytz>=2020.1",
|
||||||
"pyyaml==5.3.1",
|
"pyyaml==5.3.1",
|
||||||
- "requests==2.24.0",
|
- "requests==2.24.0",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user