9d78d44e5b
Add two example scripts
19 lines
293 B
Plaintext
19 lines
293 B
Plaintext
# Requirements for OpenSlides Core
|
|
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
|
|
|
|
# required for travis
|
|
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
|