OpenSlides/requirements.txt
Roland Geider 01885c9304 Add first version of server-side filtering of HTML with bleach
Fix formatting (pep8 and otherwise)

Make the CleanHtml a mixin so it can be used easier, add a test case

Mark HTML fields as 'safe' in the template

Update list of allowed HTML tags, take special care for reportlab

Add heading tags to white list

Rename get_clean_html to get_clean_html_fields
2013-04-18 13:20:27 +02:00

14 lines
187 B
Plaintext

Django==1.5.1
django-mptt==0.5.5
pillow==2.0.0
qrcode==2.7
reportlab==2.7
tornado==3.0.1
# required for travis
Fabric==1.6.0
coverage==3.6
django-discover-runner==0.3
pep8==1.4.5
bleach