Merge pull request #51 from edx/will/sane-requirements
Reorganize requirements files
Showing
# Most of the requirements, except for the ones | |||
# that take a long time to install and have pre-built | |||
# binaries on Ubuntu. This allows us to speed up the | |||
# test builds, since we don't need to recompile numpy/scipy/nltk/scikit | |||
# every time. | |||
lxml==3.0.1 | lxml==3.0.1 | ||
mock==0.8.0 | |||
nose==1.2.1 | |||
path.py==3.0 | path.py==3.0 | ||
pylint==0.26.0 | |||
pytz==2012h | pytz==2012h | ||
fisher==0.1.4 | fisher==0.1.4 |
dev-requirements.txt
0 → 100644
-r base_requirements.txt | -r base-requirements.txt | ||
coverage==3.5.3 | |||
scipy==0.11.0 | scipy==0.11.0 | ||
scikit-learn==0.12.1 | scikit-learn==0.12.1 | ||
sphinx | |||
django-sphinx-autodoc | |||
nltk==2.0.3 | nltk==2.0.3 |
Please
register
or
sign in
to comment