939f3f8339
Especially this is importand for haystack, because the old version had some DepricationWarnings. This means, that django-haystack 2.1 and django 1.8 will not be compatible See #1352
11 lines
289 B
Plaintext
11 lines
289 B
Plaintext
# Requirements for OpenSlides in production
|
|
-r requirements_production.txt
|
|
|
|
# Requirements for development and tests in alphabetical order
|
|
coverage==3.7.1
|
|
flake8==2.2.4
|
|
|
|
# Requirements for OpenSlides handbook/documentation in alphabetical order
|
|
Sphinx==1.2.2
|
|
sphinx-bootstrap-theme==0.4.0
|