Add missing dependency on ANTLR runtime.
[pyutils.git] / pyproject.template
index 3eb42f99247b9163f2b88cdca38984e065709c2d..89c4fe03e3d8d0635e5b63562f5df0820eb0f172 100644 (file)
@@ -15,12 +15,12 @@ classifiers = [
     "Operating System :: OS Independent",
 ]
 dependencies = [
+    "antlr4-python3-runtime",
     "bitstring",
     "cloudpickle",
     "holidays",
     "kazoo",
     "overrides",
-    "python-dateutil",
     "pytz",
 ]