Skip to content

Commit

Permalink
Updated requirements.txt + README.md
Browse files Browse the repository at this point in the history
* Added urllib3 as a requirement
  • Loading branch information
BourgonLaurent committed Jul 8, 2019
1 parent 9c3f5d4 commit 896f53a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
bs4
bs4==0.0.1
urllib3==1.25.3

0 comments on commit 896f53a

Please sign in to comment.