Sort requirements, fix #1031.

This commit is contained in:
Norman Jäckel 2013-11-13 19:36:19 +01:00 committed by Oskar Hahn
parent 9dc73fa6de
commit 09e315beb7
2 changed files with 9 additions and 8 deletions

View File

@ -1,13 +1,13 @@
# Requirements for OpenSlides in production
-r requirements_production.txt
# Requirements for development and tests
# Requirements for development and tests in alphabetical order
Fabric==1.8.0
coverage==3.7
flake8==2.0
mock==1.0.1
# Requirements for OpenSlides handbook/documentation
# Requirements for OpenSlides handbook/documentation in alphabetical order
Sphinx==1.2b3
sphinx-bootstrap-theme==0.2.4

View File

@ -1,10 +1,11 @@
# Requirements for OpenSlides in production in alphabetical order
Django==1.6.0
django-mptt==0.6.0
reportlab==2.7
pillow==2.2.1
tornado==3.1.1
sockjs-tornado==1.0.0
bleach==1.2.2
beautifulsoup4==4.3.2
bleach==1.2.2
django-haystack==2.1.0
django-mptt==0.6.0
pillow==2.2.1
reportlab==2.7
sockjs-tornado==1.0.0
tornado==3.1.1
whoosh==2.5.4