Fix wrong TimeoutError in catch.
[pyutils.git] / pyproject.toml
index 3bb4e0e7a2ce89e391c25c9a07e794d8994ee782..0b5b6b02fbd3a71e05c841d401ef0e68878f8c60 100644 (file)
@@ -1,6 +1,6 @@
 [project]
 name = "pyutils"
-version = "0.0.1b3"
+version = "0.0.1b5"
 authors = [
   { name="Scott Gasch", email="[email protected]" },
 ]
@@ -15,12 +15,12 @@ classifiers = [
     "Operating System :: OS Independent",
 ]
 dependencies = [
+    "antlr4-python3-runtime",
     "bitstring",
     "cloudpickle",
     "holidays",
     "kazoo",
     "overrides",
-    "python-dateutil",
     "pytz",
 ]