Commit 2c5f5f9d by John Eskew Committed by GitHub

Merge pull request #1024 from edx/jeskew/drf_upgrade_3.6.3

Update submissions and DRF versions.
parents 7e10936f e4c06e2d
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
git+https://github.com/edx/XBlock.git@xblock-0.4.12#egg=XBlock==0.4.12 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@2.0.0#egg=edx-submissions==2.0.0 git+https://github.com/edx/edx-submissions.git@2.0.1#egg=edx-submissions==2.0.1
# Third Party Requirements # Third Party Requirements
boto>=2.32.1,<3.0.0 boto>=2.32.1,<3.0.0
...@@ -16,7 +16,7 @@ defusedxml==0.4.1 ...@@ -16,7 +16,7 @@ defusedxml==0.4.1
django<1.9a0 # Resolves known bug on gemnasium. See TNL-6266 django<1.9a0 # Resolves known bug on gemnasium. See TNL-6266
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 git+https://github.com/edx/django-rest-framework.git@1ceda7c086fddffd1c440cc86856441bbf0bd9cb#egg=djangorestframework==3.6.3
dogapi==1.2.1 dogapi==1.2.1
jsonfield==1.0.3 jsonfield==1.0.3
lazy==1.1 lazy==1.1
......
...@@ -33,7 +33,7 @@ def load_requirements(*requirements_paths): ...@@ -33,7 +33,7 @@ def load_requirements(*requirements_paths):
setup( setup(
name='ora2', name='ora2',
version='1.4.4', version='1.4.5',
author='edX', author='edX',
url='http://github.com/edx/edx-ora2', url='http://github.com/edx/edx-ora2',
description='edx-ora2', description='edx-ora2',
......
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