From e2caaf7c41604858a94c9a545a42552bf35655b3 Mon Sep 17 00:00:00 2001 From: keeagnsmith21 Date: Tue, 28 May 2024 13:35:23 +0800 Subject: [PATCH] dateutil -> python-dateutil --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ee6ac830f..5bf1bae75 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -53,7 +53,7 @@ dependencies = [ "validators<=0.20.0", "xmltodict", "tenacity", - "dateutil", + "python-dateutil", ] [project.optional-dependencies]