From 829174bbf0f3f86a32c5d11f7d35900a773941c9 Mon Sep 17 00:00:00 2001 From: nicolargo Date: Sun, 28 Feb 2021 10:19:33 +0100 Subject: Remove pystache by chevron (mustache implementation) #1817 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 9a28309e..f64e31d2 100755 --- a/setup.py +++ b/setup.py @@ -51,7 +51,7 @@ def get_install_requires(): def get_install_extras_require(): extras_require = { - 'action': ['pystache'], + 'action': ['chevron'], # Zeroconf 0.19.1 is the latest one compatible with Python 2 (issue #1293) 'browser': ['zeroconf==0.19.1' if PY2 else 'zeroconf>=0.19.1'], 'cloud': ['requests'], -- cgit v1.2.3