From 9c0ede0dccf1ece3e0ccc2fae24ac40a00276add Mon Sep 17 00:00:00 2001 From: "Vladislav A. Proskurov" Date: Thu, 5 Sep 2024 16:31:46 +0400 Subject: [PATCH] build: add python-dateutil --- pyproject.toml | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 314d0cb..8783156 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,13 +9,14 @@ authors = [ {name = "Vladislav A. Proskurov", email = "rilshok@pm.me"}, ] dependencies = [ - "jsonlines>=4.0.0", - "humanize>=4.9.0", - "typing-extensions>=4.8.0", - "pytz>=2024.1", - "PyYAML>=6.0.1", - "python-dotenv>=1.0.1", - "requests>=2.32.3", + "humanize>=4.9.0" + "jsonlines>=4.0.0" + "python-dateutil>=2.8.2" + "python-dotenv>=1.0.1" + "PyYAML>=6.0.1" + "pytz>=2024.1" + "requests>=2.32.3" + "typing-extensions>=4.8.0" ] [tool.setuptools.dynamic]