e6dad6d087
Conflicts: CHANGELOG extras/win32-portable/create_portable.txt extras/win32-portable/prepare_portable.py openslides/__init__.py openslides/core/templates/base.html requirements_production.txt tests/config/test_config.py
18 lines
381 B
Plaintext
18 lines
381 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
|
|
jsonfield>=0.9,<0.10
|
|
natsort>=3.1,<3.2
|
|
reportlab>=2.7,<2.8
|
|
setuptools>=2.1,<2.2
|
|
sockjs-tornado>=1.0,<1.1
|
|
tornado>=3.1,<3.3
|
|
whoosh>=2.5,<2.6
|
|
|
|
# For Python 2.6 support
|
|
--allow-external argparse
|
|
argparse==1.2.1
|