Commit 3da199a9 by Will Daly

Merge pull request #115 from edx/will/upgrade-django-model-utils

WIP: Upgrade django-model-utils to 2.3.1
parents 59c6f04a 59ac14e8
# Django/Framework Packages # Django/Framework Packages
django>=1.4.12,<=1.4.22 django>=1.4.12,<=1.4.22
django-model-utils==1.4.0 django-model-utils==2.3.1
South>=0.7.6 South>=0.7.6
djangorestframework>=2.3.5,<=2.3.14 djangorestframework>=2.3.5,<=2.3.14
django-ipware==1.1.0
pytz>=2012h pytz>=2012h
pycrypto>=2.6 pycrypto>=2.6
# Empty so that we will use the versions of dependencies installed in edx-platform.
# See local_requirements.txt for the requirements needed for local development.
# Third Party
-e git+https://github.com/un33k/django-ipware.git@42cb1bb1dc680a60c6452e8bb2b843c2a0382c90#egg=django-ipware
...@@ -34,7 +34,7 @@ def load_requirements(*requirements_paths): ...@@ -34,7 +34,7 @@ def load_requirements(*requirements_paths):
setup( setup(
name='edx-proctoring', name='edx-proctoring',
version='0.6.2', version='0.6.3',
description='Proctoring subsystem for Open edX', description='Proctoring subsystem for Open edX',
long_description=open('README.md').read(), long_description=open('README.md').read(),
author='edX', author='edX',
......
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