d937262d28
* changed the fab-command pep8 to check * checked and fixed any code with flake8. Also the urls.py * checkt the projector app with pylint
16 lines
325 B
Plaintext
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
|
|
flake8==2.0
|
|
|
|
# Requirements for OpenSlides handbook/documentation
|
|
Sphinx==1.2b1
|
|
sphinx-bootstrap-theme==0.2.4
|
|
|
|
# For Python 2.6 support
|
|
argparse==1.2.1
|