Commit b60f9ea8 by Andy Armstrong

Update the requirements to match edx-platform

parent fc41b17b
...@@ -2,6 +2,8 @@ dogapi==1.2.1 ...@@ -2,6 +2,8 @@ dogapi==1.2.1
django>=1.8,<1.9 django>=1.8,<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.2 # Use the same cherry-picked repo as edx-platform
#djangorestframework>=3.1,<3.2
git+https://github.com/edx/django-rest-framework.git@3c72cb5ee5baebc4328947371195eae2077197b0#egg=djangorestframework==3.2.3
jsonfield==1.0.3 jsonfield==1.0.3
pytz==2015.2 pytz==2015.2
...@@ -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='0.1.2', version='0.1.3',
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',
......
ddt==0.8.0 ddt==0.8.0
django-nose==1.4.1 django-nose==1.4.1
mock==1.0.1 mock==1.0.1
nose==1.3.0 nose==1.3.3
coverage==3.7.1 coverage==4.0.2
pep8==1.4.6 pep8==1.6.2
pylint<1.0 pylint<1.0
# Docs # Docs
......
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