12 lines
227 B
Plaintext
12 lines
227 B
Plaintext
# Requirements for OpenSlides in production
|
|
-r requirements_production.txt
|
|
|
|
# Requirements for development and tests
|
|
Fabric==1.6.0
|
|
coverage==3.6
|
|
django-discover-runner==0.3
|
|
pep8==1.4.5
|
|
|
|
# For Python 2.6 support
|
|
argparse==1.2.1
|