Commit d5c71cd6 by Calen Pennington

Pin requirements

parent 4ecf27bd
django>=1.8.6,<1.9 django == 1.8.6
django-extensions==1.5.9 django-extensions == 1.5.9
django-waffle django-waffle == 0.11
djangorestframework djangorestframework == 3.3.1
edx-auth-backends edx-auth-backends == 0.1.3
pytz pytz == 2015.7
Sphinx Sphinx == 1.3.1
sphinx_rtd_theme sphinx_rtd_theme == 0.1.9
...@@ -2,10 +2,10 @@ ...@@ -2,10 +2,10 @@
-r test.txt -r test.txt
-r docs.txt -r docs.txt
django-debug-toolbar django-debug-toolbar == 1.4
# i18n # i18n
transifex-client transifex-client == 0.11
git+https://github.com/edx/i18n-tools.git@v0.1.4#egg=i18n_tools==0.1.4 git+https://github.com/edx/i18n-tools.git@v0.1.4#egg=i18n_tools==0.1.4
# docker devstack # docker devstack
......
# Packages required for testing # Packages required for testing
-r base.txt -r base.txt
coverage coverage == 4.0.2
django-dynamic-fixture django-dynamic-fixture == 1.8.5
django-nose django-nose == 1.4.2
mock mock == 1.3.0
nose-ignore-docstring nose-ignore-docstring == 0.2
pep8 pep8 == 1.6.2
pylint pylint == 1.4.4
edx-lint edx-lint == 0.2.7
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