OpenSlides/requirements.txt
Emanuel Schuetze 1d1f5fa218 Added html support for motion text.
Use html parser 'beautifulsoup' to replace html tags which not supported by reportlab pdf.
'pip install bs4' required.

Fixed nested ol lists and unicode warning.

New requirement: beautifulsoup4

HTML support for reportlab.

Move parse html code into new function. Added missing html support in pdf for motion reason.

Added version number for bleach and beautifulsoup4. Moved to core requirements block.

Added bs4, bleach and html5lib requirements to portable build script. Updated portable readme for 1.4.
2013-04-18 13:23:40 +02:00

16 lines
251 B
Plaintext

# Requirements for OpenSlides Core
Django==1.5.1
django-mptt==0.5.5
beautifulsoup4==4.1.3
bleach==1.2.1
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