Commit 280b820b by Eric Fischer Committed by GitHub

Django version requirement update (#920)

To match the version installed in edx-platform, allow a range rather than
a specific version.
parent 9a1f72f0
...@@ -3,16 +3,16 @@ ...@@ -3,16 +3,16 @@
-r wheels.txt -r wheels.txt
# edX Internal Requirements # edX Internal Requirements
git+https://github.com/edx/XBlock.git@xblock-0.4.10#egg=XBlock==0.4.10 git+https://github.com/edx/XBlock.git@xblock-0.4.12#egg=XBlock==0.4.12
# edx-submissions # edx-submissions
git+https://github.com/edx/edx-submissions.git@1.1.1#egg=edx-submissions==1.1.1 git+https://github.com/edx/edx-submissions.git@1.1.2#egg=edx-submissions==1.1.2
# Third Party Requirements # Third Party Requirements
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.13 django>=1.8.14,<1.9
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