Add missing dependency on ANTLR runtime.
authorScott Gasch <[email protected]>
Fri, 21 Oct 2022 22:45:28 +0000 (15:45 -0700)
committerScott Gasch <[email protected]>
Fri, 21 Oct 2022 22:45:28 +0000 (15:45 -0700)
pyproject.template

index 15fa3d93b1e8271c3bd7c0ce036358d09594a1c4..89c4fe03e3d8d0635e5b63562f5df0820eb0f172 100644 (file)
@@ -15,6 +15,7 @@ classifiers = [
     "Operating System :: OS Independent",
 ]
 dependencies = [
     "Operating System :: OS Independent",
 ]
 dependencies = [
+    "antlr4-python3-runtime",
     "bitstring",
     "cloudpickle",
     "holidays",
     "bitstring",
     "cloudpickle",
     "holidays",