OpenSlides/requirements.txt

16 lines
309 B
Plaintext
Raw Normal View History

# 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
flake8==2.0
mock==1.0.1
# Requirements for OpenSlides handbook/documentation
2013-10-21 15:48:15 +02:00
Sphinx==1.2b3
sphinx-bootstrap-theme==0.2.4
# For Python 2.6 support
argparse==1.2.1