mirror of
https://github.com/coursera-dl/coursera-dl.git
synced 2026-07-22 02:35:39 +00:00
requirements: Force use of html5lib with a version that works.
This works for me and apparently causes the script to parse HTML better with BeautifulSoup 4. This should help with issues #131, #134, #137. Signed-off-by: Rogério Brito <rbrito@ime.usp.br>
This commit is contained in:
parent
f99b96d93b
commit
72fd769a45
1 changed files with 1 additions and 0 deletions
|
|
@ -1,4 +1,5 @@
|
|||
argparse==1.2.1
|
||||
beautifulsoup4==4.1.3
|
||||
html5lib==0.95
|
||||
nose==1.3.0
|
||||
requests==1.2.3
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue