From f14e3e7d4c17e77741025137b0d116cc995a4398 Mon Sep 17 00:00:00 2001 From: Nikita Tretiakov Date: Sat, 3 Feb 2024 15:36:28 +0100 Subject: [PATCH] Add missing dateutil dependency to pyproject --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 3c9d55f..d5b12b1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,7 +37,7 @@ license = { file = "LICENSE.md" } keywords = ["fhir", "fhirpath"] dynamic = ["version"] authors = [{ name = "beda.software", email = "fhirpath@beda.software" }] -dependencies = ["antlr4-python3-runtime~=4.10"] +dependencies = ["antlr4-python3-runtime~=4.10", "python-dateutil==2.8.2"] classifiers = [ "Development Status :: 5 - Production/Stable", "Environment :: Web Environment",