2013-05-16 20:35:51 +02:00
|
|
|
# Requirements for OpenSlides in production
|
|
|
|
-r requirements_production.txt
|
|
|
|
|
|
|
|
# Requirements for development and tests
|
2013-06-03 19:30:04 +02:00
|
|
|
Fabric==1.6.1
|
2013-05-16 20:35:51 +02:00
|
|
|
coverage==3.6
|
2013-06-03 19:30:04 +02:00
|
|
|
django-discover-runner==0.4
|
2013-05-16 20:35:51 +02:00
|
|
|
pep8==1.4.5
|
|
|
|
|
2013-06-03 13:05:23 +02:00
|
|
|
# Requirements for OpenSlides handbook/documentation
|
|
|
|
Sphinx==1.2b1
|
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
|