📝 notes on dependencies

This commit is contained in:
otthorn 2021-04-14 16:02:09 +02:00
parent 8ad8861d24
commit a5bb257827

View file

@ -18,4 +18,8 @@ then install the dependencies
pip install -r requirements.txt 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.