From 1572c0cf9a118cbffc26b6006fdff28e148afda9 Mon Sep 17 00:00:00 2001 From: Alan Kyffin Date: Wed, 24 Feb 2021 11:54:02 +0000 Subject: [PATCH] Add missing python-dateutil dependency --- poetry.lock | 4 ++-- pyproject.toml | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/poetry.lock b/poetry.lock index 0ffd69c4..e03f1899 100644 --- a/poetry.lock +++ b/poetry.lock @@ -650,7 +650,7 @@ pytest = "*" name = "python-dateutil" version = "2.8.1" description = "Extensions to the standard Python datetime module" -category = "dev" +category = "main" optional = false python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,>=2.7" @@ -841,7 +841,7 @@ testing = ["pytest (>=3.5,!=3.7.3)", "pytest-checkdocs (>=1.2.3)", "pytest-flake [metadata] lock-version = "1.1" python-versions = "^3.5" -content-hash = "2494cbdf616bbd9d2e75af3026faf972a06a8eb2ee81f353036bbae62beaa784" +content-hash = "77aef4a2b4ca9adc854dd74da351a5914a7807046dd280e4e957c6a8e3860b83" [metadata.files] aniso8601 = [ diff --git a/pyproject.toml b/pyproject.toml index 7aa761f7..8c52cca0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,6 +21,7 @@ python-icat = "0.17.0" suds-community = "^0.8.4" Flask-SQLAlchemy = "^2.4.4" requests = "^2.25.1" +python-dateutil = "^2.8.1" [tool.poetry.dev-dependencies] pip-tools = "5.3.1"