From f8cafefb8e1c9950fe2837e0e57e819cb9f2b32e Mon Sep 17 00:00:00 2001 From: James Bourbeau Date: Tue, 5 Dec 2023 10:11:41 -0600 Subject: [PATCH] Add python-dateutil as a direct dependency --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 9a9b51c1..04dc26c0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -38,6 +38,7 @@ s3fs = ">=2021.11, <2024" fsspec = ">=2022.1" tinynetrc = "^1.3.1" multimethod = ">=1.8" +python-dateutil = ">=2.8.2" kerchunk = { version = ">=0.1.2", optional = true } dask = { version = ">=2022.1.0", optional = true }