OpenSlides/requirements.txt
Emanuel Schuetze 71ac7a1cdb New feature: qr-code for system url on participants password pdf.
(Note: New dependency! Run 'pip install qrcode')

Fixed pep8 issues. Create qr-code image for system url one time only.

New feature: qr-code for system url on participants password pdf.
(Note: New dependency! Run 'pip install qrcode')

Fixed pep8 issues. Create qr-code image for system url one time only.

Print qrcode image from StringIO stream.
Adapted table stylesheet for better integration of reportlab's Image object.

Fixed pep8 issue.

Made qrcode import as optional feature. Fixed pep8 issue.
2013-03-22 14:35:40 +01:00

11 lines
144 B
Plaintext

Django==1.5
django-mptt==0.5.5
reportlab==2.6
Pillow==1.7.8
coverage==3.6
django-discover-runner==0.3
pep8==1.4.4
tornado==2.4.1
qrcode==2.5.1