From 297d94bfb5a0c79ca41fae21fb29fbf8d1f1fb6f Mon Sep 17 00:00:00 2001 From: Sergi Delgado Segura Date: Thu, 11 Jul 2019 10:32:32 +0200 Subject: [PATCH] Adds missing requirement and update pip command --- pisa-btc/apps/cli/DEPENDENCIES.md | 4 +++- pisa-btc/apps/cli/requirements.txt | 1 + 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/pisa-btc/apps/cli/DEPENDENCIES.md b/pisa-btc/apps/cli/DEPENDENCIES.md index 58422f8..cd4c60d 100644 --- a/pisa-btc/apps/cli/DEPENDENCIES.md +++ b/pisa-btc/apps/cli/DEPENDENCIES.md @@ -62,6 +62,7 @@ And, if it happens to be installed, change the alias to `pip3`, or use `pip3` in and for `pip3`: sudo apt-get install python3-pip + pip install --upgrade pip==9.0.3 #### OSX @@ -75,4 +76,5 @@ and for `pip3`: `pisa-cli` has the following dependencies (which can be satisfied by using `pip install -r requirements.txt`): -- `cryptography` \ No newline at end of file +- `cryptography` +- `requests` \ No newline at end of file diff --git a/pisa-btc/apps/cli/requirements.txt b/pisa-btc/apps/cli/requirements.txt index 0d38bc5..d75395b 100644 --- a/pisa-btc/apps/cli/requirements.txt +++ b/pisa-btc/apps/cli/requirements.txt @@ -1 +1,2 @@ cryptography +requests