2013-11-13 19:36:19 +01:00
|
|
|
# Requirements for OpenSlides in production in alphabetical order
|
2013-11-17 15:33:07 +01:00
|
|
|
Django>=1.5,<1.7
|
|
|
|
beautifulsoup4>=4.3,<4.4
|
2014-04-28 21:08:22 +02:00
|
|
|
bleach>=1.2,<1.5
|
2014-05-19 21:08:07 +02:00
|
|
|
django-ckeditor-updated>=4.2,<4.3
|
2013-11-17 15:33:07 +01:00
|
|
|
django-haystack>=2.1,<2.2
|
|
|
|
django-mptt>=0.6,<0.7
|
2014-01-11 21:59:28 +01:00
|
|
|
jsonfield>=0.9,<0.10
|
2014-05-12 22:29:55 +02:00
|
|
|
natsort>=3.2,<3.3
|
2013-11-17 15:33:07 +01:00
|
|
|
reportlab>=2.7,<2.8
|
2014-04-27 21:01:23 +02:00
|
|
|
roman>=2.0,<2.1
|
2014-05-15 20:28:17 +02:00
|
|
|
setuptools>=2.1,<3.7
|
2013-11-17 15:33:07 +01:00
|
|
|
sockjs-tornado>=1.0,<1.1
|
2014-03-27 22:57:13 +01:00
|
|
|
tornado>=3.1,<3.3
|
2014-04-28 21:08:22 +02:00
|
|
|
whoosh>=2.5.6,<2.6
|
2014-03-11 08:07:13 +01:00
|
|
|
|
|
|
|
# For Python 2.6 support
|
|
|
|
argparse==1.2.1
|