2013-05-16 20:35:51 +02:00
|
|
|
# Requirements for OpenSlides in production
|
|
|
|
-r requirements_production.txt
|
|
|
|
|
|
|
|
# Requirements for development and tests
|
2013-10-21 15:48:15 +02:00
|
|
|
Fabric==1.8.0
|
|
|
|
coverage==3.7
|
|
|
|
django-discover-runner==1.0
|
2013-09-25 10:01:01 +02:00
|
|
|
flake8==2.0
|
2013-05-16 20:35:51 +02:00
|
|
|
|
2013-06-03 13:05:23 +02:00
|
|
|
# Requirements for OpenSlides handbook/documentation
|
2013-10-21 15:48:15 +02:00
|
|
|
Sphinx==1.2b3
|
2013-06-25 20:16:15 +02:00
|
|
|
sphinx-bootstrap-theme==0.2.4
|
2013-06-03 13:05:23 +02:00
|
|
|
|
2013-05-16 20:35:51 +02:00
|
|
|
# For Python 2.6 support
|
|
|
|
argparse==1.2.1
|