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