Commit 7e835ff0 by Eric Fischer

Revert "Merge pull request #66 from edx/efischer/jsonfield"

This reverts commit ec284b3c, reversing
changes made to 86e209ae.
parent ec284b3c
...@@ -2,5 +2,5 @@ dogapi>=1.2.1,<2.0.0 ...@@ -2,5 +2,5 @@ dogapi>=1.2.1,<2.0.0
django-model-utils>=2.3.1,<3.0.0 django-model-utils>=2.3.1,<3.0.0
# Use the same DRF version as edx-platform # Use the same DRF version as edx-platform
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
jsonfield>=2.0.2,<3.0.0 jsonfield>=1.0.3,<2.0.0
pytz pytz
...@@ -33,7 +33,7 @@ def load_requirements(*requirements_paths): ...@@ -33,7 +33,7 @@ def load_requirements(*requirements_paths):
setup( setup(
name='edx-submissions', name='edx-submissions',
version='2.0.7', version='2.0.6',
author='edX', author='edX',
description='An API for creating submissions and scores.', description='An API for creating submissions and scores.',
url='http://github.com/edx/edx-submissions.git', url='http://github.com/edx/edx-submissions.git',
......
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