diff --git a/requirements/development.txt b/requirements/development.txt index 9f8ba5e483..00def8c63a 100644 --- a/requirements/development.txt +++ b/requirements/development.txt @@ -8,4 +8,4 @@ celery==2.2.2 django-celery==2.2.2 django-sentry==1.6.0 django-taggit==0.9.3 -django-mptt==0.4.2 +-e git://github.com/django-mptt/django-mptt.git@0af02a95877041b2fd6d458bd95413dc1666c321#egg=django-mptt diff --git a/requirements/production.txt b/requirements/production.txt index 3fd3f1706f..1f1d3a0881 100644 --- a/requirements/production.txt +++ b/requirements/production.txt @@ -5,4 +5,4 @@ celery==2.2.2 django-celery==2.2.2 django-sentry==1.6.0 django-taggit==0.9.3 -django-mptt==0.4.2 +-e git://github.com/django-mptt/django-mptt.git@0af02a95877041b2fd6d458bd95413dc1666c321#egg=django-mptt