Commit 88aa5308 by Eric Fischer Committed by GitHub

Allow a range of django versions (#47)

parent 6d535233
dogapi==1.2.1
django==1.8.13
django>=1.8.14,<1.9
django-extensions==1.5.9
django-model-utils==2.3.1
# Use the same cherry-picked repo as edx-platform
......
......@@ -33,7 +33,7 @@ def load_requirements(*requirements_paths):
setup(
name='edx-submissions',
version='1.1.1',
version='1.1.2',
author='edX',
description='An API for creating submissions and scores.',
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