19 lines
307 B
Plaintext
19 lines
307 B
Plaintext
# Requirements for OpenSlides
|
|
Django==1.5.1
|
|
django-mptt==0.5.5
|
|
pillow==2.0.0
|
|
qrcode==2.7
|
|
reportlab==2.7
|
|
tornado==3.0.1
|
|
bleach==1.2.1
|
|
beautifulsoup4==4.1.3
|
|
|
|
# Requirements for development and tests
|
|
Fabric==1.6.0
|
|
coverage==3.6
|
|
django-discover-runner==0.3
|
|
pep8==1.4.5
|
|
|
|
# For Python 2.6 support
|
|
argparse==1.2.1
|