From 896f53af9fe1a94a8613dcec00c7f83260fe9edc Mon Sep 17 00:00:00 2001 From: Laurent Bourgon Date: Mon, 8 Jul 2019 12:59:27 -0400 Subject: [PATCH] Updated requirements.txt + README.md * Added urllib3 as a requirement --- README.md | 1 + requirements.txt | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ddabb02..0696ebb 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,7 @@ - `Python3` (might work with `Python2`, but not tested and will not be supported) - [BeautifulSoup4](https://www.crummy.com/software/BeautifulSoup/) installed + - `urllib3`, it is a default python module, but on some installations it isn't - Internet connection - Rights in the folder you're in (especially on Synology's DSM) diff --git a/requirements.txt b/requirements.txt index 588cb5d..83c98ed 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1 +1,2 @@ -bs4 \ No newline at end of file +bs4==0.0.1 +urllib3==1.25.3 \ No newline at end of file