From cd959ed670b825386c0468766623dd083d7bd450 Mon Sep 17 00:00:00 2001 From: Sasha Sobran Date: Mon, 11 Nov 2024 14:23:15 -0800 Subject: [PATCH] Add etils as a dependency. PiperOrigin-RevId: 695481420 --- plugin/setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/plugin/setup.py b/plugin/setup.py index b95508468..ce6cf75c4 100644 --- a/plugin/setup.py +++ b/plugin/setup.py @@ -30,6 +30,7 @@ 'setuptools >= 41.0.0', 'six >= 1.10.0', 'werkzeug >= 0.11.15', + 'etils >= 1.0.0' ]