Commit 61013923 by Clinton Blackburn

Merge pull request #310 from edx/local-requirements-updates

Updated local requirements
parents 4fd2ac05 d4ebabd8
......@@ -30,7 +30,6 @@ requirements.js:
requirements: requirements.js
pip install -qr requirements/local.txt --exists-action w
pip install -qr requirements/test.txt --exists-action w
migrate:
python manage.py migrate
......@@ -93,7 +92,7 @@ fake_translations: extract_translations dummy_translations compile_translations
pull_translations:
cd ecommerce && tx pull -a
update_translations: pull_translations generate_fake_translations
update_translations: pull_translations fake_translations
# Targets in a Makefile which do not produce an output file with the same name as the target name
.PHONY: help requirements migrate serve clean validate_python quality validate_js validate html_coverage accept \
......
# Packages required for local development
-r test.txt
django-debug-toolbar==1.3.0
django-debug-toolbar==1.3.2
# i18n
transifex-client==0.10
git+https://github.com/edx/i18n-tools.git@27e90296411f56b3e856492f1c465f265b2916fa#egg=i18n_tools
git+https://github.com/edx/i18n-tools.git@v0.1.3#egg=i18n_tools==0.1.3
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment