From a5bb257827cb9e41cb4d83b06d0556f613aaa0c2 Mon Sep 17 00:00:00 2001 From: Otthorn Date: Wed, 14 Apr 2021 16:02:09 +0200 Subject: [PATCH] :memo: notes on dependencies --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 837fd77..5f5b975 100644 --- a/README.md +++ b/README.md @@ -18,4 +18,8 @@ then install the dependencies pip install -r requirements.txt ``` +Dependencies are only `dnspython` and optionnally `iso8601` which is only +required in re2oAPI. The script runs fine with just `dnspython` as long as it +does not stuple upon an error in the re2oAPI, which is should not according the +tests.