From 682be9f100c4f68c3bc1ef1410911b1d6a01ed06 Mon Sep 17 00:00:00 2001 From: Sam McCarty Date: Wed, 18 Sep 2024 12:19:42 -0400 Subject: [PATCH] add python-liquid dependency to looker plugin requirements --- ingestion/setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/ingestion/setup.py b/ingestion/setup.py index e0d99d733612..f3d9e1dad6ed 100644 --- a/ingestion/setup.py +++ b/ingestion/setup.py @@ -258,6 +258,7 @@ VERSIONS["lkml"], "gitpython~=3.1.34", VERSIONS["giturlparse"], + "python-liquid", }, "mlflow": {"mlflow-skinny>=2.3.0"}, "mongo": {VERSIONS["mongo"], VERSIONS["pandas"], VERSIONS["numpy"]},