From: Scott Gasch Date: Fri, 21 Oct 2022 22:45:28 +0000 (-0700) Subject: Add missing dependency on ANTLR runtime. X-Git-Url: https://wannabe.guru.org/gitweb/?a=commitdiff_plain;h=968687da31d72f25830b7d1cdc7d1ec9b3bbf625;p=pyutils.git Add missing dependency on ANTLR runtime. --- 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",