Skip to content

Commit b2e098e

Browse files
committed
adds html5lib to reqs
1 parent 7a76e6b commit b2e098e

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

Setup.bat

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
pip install - U pandas
22
pip install beautifulsoup4
33
pip install requests
4+
pip install html5lib

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
beautifulsoup4
22
pandas
33
requests
4+
html5lib

setup.bash

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
pip install - U pandas
22
pip install beautifulsoup4
33
pip install requests
4+
pip install html5lib

0 commit comments

Comments
 (0)