13eb0ccb30
- Added natural sorting JS plugin for motion DataTables (column identifier). - Added the new requirements python package 'natsort' for natural sorting of motions in PDF.
13 lines
288 B
Plaintext
13 lines
288 B
Plaintext
# Requirements for OpenSlides in production in alphabetical order
|
|
Django>=1.5,<1.7
|
|
beautifulsoup4>=4.3,<4.4
|
|
bleach>=1.2,<1.3
|
|
django-haystack>=2.1,<2.2
|
|
django-mptt>=0.6,<0.7
|
|
natsort>=3.0,<3.1
|
|
pillow>=2.2,<2.3
|
|
reportlab>=2.7,<2.8
|
|
sockjs-tornado>=1.0,<1.1
|
|
tornado>=3.1,<3.2
|
|
whoosh>=2.5,<2.6
|