From 3bf2e42543b9f587561f4858eef7d1019a7eafa6 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Henrik=20tom=20W=C3=B6rden?= <henrik@trineo.org>
Date: Sun, 6 Jun 2021 12:29:23 +0200
Subject: [PATCH] DOC: document dependency

---
 DEPENDENCIES.md | 1 +
 README_SETUP.md | 1 +
 2 files changed, 2 insertions(+)

diff --git a/DEPENDENCIES.md b/DEPENDENCIES.md
index 3744c7b7..1b0ba73e 100644
--- a/DEPENDENCIES.md
+++ b/DEPENDENCIES.md
@@ -2,3 +2,4 @@
 * Java 11
 * Apache Maven >= 3.6.0
 * make >= 4.2.0
+- easy-units >= 0.0.1    https://gitlab.com/timm.fitschen/easy-units
diff --git a/README_SETUP.md b/README_SETUP.md
index 60fb212a..c8570d93 100644
--- a/README_SETUP.md
+++ b/README_SETUP.md
@@ -21,6 +21,7 @@ Here, you find information on requirements, the installation, configuration and
 * `unzip`
 * `openpyxl` (for XLS/ODS export)
 * `openssl` (if a custom TLS certificate is required)
+- `easy-units` >= 0.0.1    https://gitlab.com/timm.fitschen/easy-units
 
 #### Install the requirements on Debian
 On Debian, the required packages can be installed with:
-- 
GitLab