From 31a1cd237e066b3c70580b50c0e45f6fb5d79802 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Wed, 4 Sep 2019 17:03:33 +0200 Subject: [PATCH] Set tabulateto >=0.8.3,<0.9 (#284) --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 103fc0a..75b092d 100644 --- a/setup.py +++ b/setup.py @@ -89,7 +89,7 @@ def get_git_commit_datetime() -> str: 'regex==2019.04.14', 'ruamel.yaml==0.15.96', 'requests==2.22.0', - 'tabulate==0.8.3', + 'tabulate>=0.8.3,<0.9', ] # Should be as close to Home Assistant dev/master as possible