Merge pull request #327 from MITx/fix-beautifulsoup4
djangoapps/student/views.py now uses soup.getText, which needs beautifulsoup4
Showing
| ... | ... | @@ -14,6 +14,7 @@ django_debug_toolbar |
| django-staticfiles>=1.2.1 | ||
| fs | ||
| beautifulsoup | ||
| beautifulsoup4 | ||
| feedparser | ||
| requests | ||
| sympy | ||
| ... | ... |
Please
register
or
sign in
to comment