2013-04-25 13:10:50 +02:00
|
|
|
# Requirements for OpenSlides
|
2013-04-09 21:13:44 +02:00
|
|
|
Django==1.5.1
|
2012-12-14 15:36:41 +01:00
|
|
|
django-mptt==0.5.5
|
2013-04-09 21:13:44 +02:00
|
|
|
pillow==2.0.0
|
|
|
|
qrcode==2.7
|
|
|
|
reportlab==2.7
|
|
|
|
tornado==3.0.1
|
2013-04-16 10:04:28 +02:00
|
|
|
bleach==1.2.1
|
|
|
|
beautifulsoup4==4.1.3
|
2013-04-09 21:13:44 +02:00
|
|
|
|
2013-04-25 13:10:50 +02:00
|
|
|
# Requirements for development and tests
|
2013-04-16 00:19:59 +02:00
|
|
|
Fabric==1.6.0
|
2013-01-17 22:33:52 +01:00
|
|
|
coverage==3.6
|
2013-02-28 00:37:02 +01:00
|
|
|
django-discover-runner==0.3
|
2013-04-09 21:13:44 +02:00
|
|
|
pep8==1.4.5
|
2013-04-24 07:36:37 +02:00
|
|
|
|
2013-04-25 13:10:50 +02:00
|
|
|
# For Python 2.6 support
|
2013-04-24 07:36:37 +02:00
|
|
|
argparse==1.2.1
|