From 94be7accebe0f39d387fa94b5da1375a45f85129 Mon Sep 17 00:00:00 2001 From: Sergi Delgado Segura Date: Tue, 31 Mar 2020 17:17:19 +0200 Subject: [PATCH] Defines minimal version of both openssl and python3 in DEPENDENCIES. Close #116. --- DEPENDENCIES.md | 3 ++- cli/DEPENDENCIES.md | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/DEPENDENCIES.md b/DEPENDENCIES.md index 4f9e611..d5f82c5 100644 --- a/DEPENDENCIES.md +++ b/DEPENDENCIES.md @@ -6,8 +6,9 @@ `teos` has the following system-wide dependencies: -- `python3` +- `python3` version 3.6+ - `pip3` +- `openssl` version 1.1+ - `bitcoind` ### Checking if the dependencies are already satisfied diff --git a/cli/DEPENDENCIES.md b/cli/DEPENDENCIES.md index 1a9d8e7..1ef60ea 100644 --- a/cli/DEPENDENCIES.md +++ b/cli/DEPENDENCIES.md @@ -6,8 +6,9 @@ `teos_cli` has the following system-wide dependencies: -- `python3` +- `python3` version 3.6+ - `pip3` +- `openssl` version 1.1+ ### Checking if the dependencies are already satisfied