Commit ba62a4c1 by Gregory Martin Committed by GitHub

Merge pull request #966 from edx/yro_unpin-django

unpin django version
parents 1ed3fc69 0956d8b0
...@@ -71,3 +71,5 @@ test/selenium/screenshots/* ...@@ -71,3 +71,5 @@ test/selenium/screenshots/*
# logging # logging
logs/*.log* logs/*.log*
edx-ora2/
...@@ -12,7 +12,7 @@ git+https://github.com/edx/edx-submissions.git@1.1.4#egg=edx-submissions==1.1.4 ...@@ -12,7 +12,7 @@ git+https://github.com/edx/edx-submissions.git@1.1.4#egg=edx-submissions==1.1.4
boto>=2.32.1,<3.0.0 boto>=2.32.1,<3.0.0
celery==3.1.18 celery==3.1.18
defusedxml==0.4.1 defusedxml==0.4.1
django>=1.8.14,<1.9 django<1.9.0
django-extensions==1.5.9 django-extensions==1.5.9
django-model-utils==2.3.1 django-model-utils==2.3.1
djangorestframework>=3.1,<3.3 djangorestframework>=3.1,<3.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