From 968687da31d72f25830b7d1cdc7d1ec9b3bbf625 Mon Sep 17 00:00:00 2001 From: Scott Gasch Date: Fri, 21 Oct 2022 15:45:28 -0700 Subject: [PATCH] Add missing dependency on ANTLR runtime. --- pyproject.template | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.template b/pyproject.template index 15fa3d9..89c4fe0 100644 --- a/pyproject.template +++ b/pyproject.template @@ -15,6 +15,7 @@ classifiers = [ "Operating System :: OS Independent", ] dependencies = [ + "antlr4-python3-runtime", "bitstring", "cloudpickle", "holidays", -- 2.46.0