From affb6ce9f2e3264418cdebce0d0c8ea2db194e0c Mon Sep 17 00:00:00 2001 From: Josh Borrow Date: Wed, 24 Jan 2024 20:28:37 -0500 Subject: [PATCH] Install dateutil --- pyproject.toml | 1 + tests/client_unit_test/test_cli.py | 4 ---- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 17fb4d1..dd062c0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,6 +22,7 @@ dependencies = [ "requests", "schedule", "checksumdir", + "dateutil", ] authors = [ {name = "HERA Team", email = "hera@lists.berkeley.edu"}, diff --git a/tests/client_unit_test/test_cli.py b/tests/client_unit_test/test_cli.py index ea84d44..fb06339 100644 --- a/tests/client_unit_test/test_cli.py +++ b/tests/client_unit_test/test_cli.py @@ -6,12 +6,8 @@ """ - -import os - import pytest -import hera_librarian from hera_librarian import cli