Sort requirements, fix #1031.
This commit is contained in:
parent
ffb63f43a3
commit
879e073478
@ -1,13 +1,13 @@
|
|||||||
# Requirements for OpenSlides in production
|
# Requirements for OpenSlides in production
|
||||||
-r requirements_production.txt
|
-r requirements_production.txt
|
||||||
|
|
||||||
# Requirements for development and tests
|
# Requirements for development and tests in alphabetical order
|
||||||
Fabric==1.8.0
|
Fabric==1.8.0
|
||||||
coverage==3.7
|
coverage==3.7
|
||||||
flake8==2.0
|
flake8==2.0
|
||||||
mock==1.0.1
|
mock==1.0.1
|
||||||
|
|
||||||
# Requirements for OpenSlides handbook/documentation
|
# Requirements for OpenSlides handbook/documentation in alphabetical order
|
||||||
Sphinx==1.2b3
|
Sphinx==1.2b3
|
||||||
sphinx-bootstrap-theme==0.2.4
|
sphinx-bootstrap-theme==0.2.4
|
||||||
|
|
||||||
|
@ -1,10 +1,11 @@
|
|||||||
|
# Requirements for OpenSlides in production in alphabetical order
|
||||||
Django==1.6.0
|
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
|
beautifulsoup4==4.3.2
|
||||||
|
bleach==1.2.2
|
||||||
django-haystack==2.1.0
|
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
|
whoosh==2.5.4
|
||||||
|
Loading…
Reference in New Issue
Block a user