Skip to content

Commit

Permalink
Merge pull request #31 from edx/andya/update-requirements
Browse files Browse the repository at this point in the history
Update the DRF version requirement to match edx-platform
  • Loading branch information
andy-armstrong committed Nov 20, 2015
2 parents fc41b17 + b60f9ea commit 02ccd59
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
4 changes: 3 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ dogapi==1.2.1
django>=1.8,<1.9
django-extensions==1.5.9
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
pytz==2015.2
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ def load_requirements(*requirements_paths):

setup(
name='edx-submissions',
version='0.1.2',
version='0.1.3',
author='edX',
description='An API for creating submissions and scores.',
url='http://github.com/edx/edx-submissions.git',
Expand Down
6 changes: 3 additions & 3 deletions test-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
ddt==0.8.0
django-nose==1.4.1
mock==1.0.1
nose==1.3.0
coverage==3.7.1
pep8==1.4.6
nose==1.3.3
coverage==4.0.2
pep8==1.6.2
pylint<1.0

# Docs
Expand Down

0 comments on commit 02ccd59

Please sign in to comment.