Commit fb9de0a5 by Brian Mesick Committed by GitHub

Merge pull request #1036 from edx/bmedx/upgrade_django-model-utils

Upgrade edx-submissions, django-model-utils
parents 4ceb210b 010ff445
# edX Internal Requirements # edX Internal Requirements
edx-submissions>=2.0.11,<3.0.0 edx-submissions>=2.0.12,<3.0.0
git+https://github.com/edx/django-rest-framework.git@1ceda7c086fddffd1c440cc86856441bbf0bd9cb#egg=djangorestframework==3.6.3 git+https://github.com/edx/django-rest-framework.git@1ceda7c086fddffd1c440cc86856441bbf0bd9cb#egg=djangorestframework==3.6.3
git+https://github.com/edx/XBlock.git@xblock-1.0.1#egg=XBlock==1.0.1 git+https://github.com/edx/XBlock.git@xblock-1.0.1#egg=XBlock==1.0.1
git+https://github.com/edx/xblock-sdk.git@v0.1.4#egg=xblock-sdk==0.1.4 git+https://github.com/edx/xblock-sdk.git@v0.1.4#egg=xblock-sdk==0.1.4
...@@ -8,7 +8,7 @@ git+https://github.com/edx/xblock-sdk.git@v0.1.4#egg=xblock-sdk==0.1.4 ...@@ -8,7 +8,7 @@ git+https://github.com/edx/xblock-sdk.git@v0.1.4#egg=xblock-sdk==0.1.4
boto3>=1.4.4,<2.0.0 boto3>=1.4.4,<2.0.0
python-swiftclient>=3.1.0,<4.0.0 python-swiftclient>=3.1.0,<4.0.0
defusedxml>=0.4.1,<1.0.0 defusedxml>=0.4.1,<1.0.0
django-model-utils>=2.3.1,<3.0.0 django-model-utils>=2.3.1
django-nose>=1.4.1,<2.0.0 django-nose>=1.4.1,<2.0.0
dogapi>=1.2.1,<2.0.0 dogapi>=1.2.1,<2.0.0
jsonfield>=2.0.2,<3.0.0 jsonfield>=2.0.2,<3.0.0
......
...@@ -34,7 +34,7 @@ def load_requirements(*requirements_paths): ...@@ -34,7 +34,7 @@ def load_requirements(*requirements_paths):
setup( setup(
name='ora2', name='ora2',
version='2.0.1', version='2.0.2',
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