OpenSlides/requirements.txt
Emanuel Schuetze 64e7cfd98e Some template and doc fixes
- Fixed #766 (agenda overview parent item look).
- Fixed #767 (Documentation sphinx bootstrap theme: html header)
- Fixed #785 (Enlarged doc screenshots by hover via CSS)
- Updated sphinx-bootstrap-theme to 0.2.4
- Add btn class for agenda end time tooltip
2013-06-25 22:15:51 +02:00

16 lines
325 B
Plaintext

# Requirements for OpenSlides in production
-r requirements_production.txt
# Requirements for development and tests
Fabric==1.6.1
coverage==3.6
django-discover-runner==0.4
pep8==1.4.5
# Requirements for OpenSlides handbook/documentation
Sphinx==1.2b1
sphinx-bootstrap-theme==0.2.4
# For Python 2.6 support
argparse==1.2.1