From 35fbe507b804e1c6846617795973bf7d35050b0b Mon Sep 17 00:00:00 2001 From: Clive Verghese Date: Mon, 11 Nov 2024 12:00:44 -0800 Subject: [PATCH] Add etils[epath] to plugin requirements. PiperOrigin-RevId: 695434120 --- plugin/setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/plugin/setup.py b/plugin/setup.py index b9550846..2f230198 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[epath]', ]