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 | ||
mock==0.8.0 | ||
nose==1.2.1 | ||
path.py==3.0 | ||
pylint==0.26.0 | ||
pytz==2012h | ||
fisher==0.1.4 |
dev-requirements.txt
0 → 100644
# Numpy needs to be installed separately from Scipy, | ||
# so we can't include them in the same requirements file. | ||
numpy==1.6.2 |
-r base_requirements.txt | ||
coverage==3.5.3 | ||
-r base-requirements.txt | ||
scipy==0.11.0 | ||
scikit-learn==0.12.1 | ||
sphinx | ||
django-sphinx-autodoc | ||
nltk==2.0.3 |
Please
register
or
sign in
to comment