From ba9747755b84e65041afd11527840b5ff60035af Mon Sep 17 00:00:00 2001
From: Daniel <d.hornung@indiscale.com>
Date: Mon, 14 Mar 2022 11:41:43 +0100
Subject: [PATCH] MAINT: Added dependency so that tox tests run again.

---
 tox.ini | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tox.ini b/tox.ini
index b1061a57..ed6cb25e 100644
--- a/tox.ini
+++ b/tox.ini
@@ -7,5 +7,6 @@ deps = .
     nose
     pytest
     pytest-cov
+    python-dateutil
     jsonschema==4.0.1
 commands=py.test --cov=caosdb -vv {posargs}
-- 
GitLab