From fda97c23a6238fb1d00fb10e787ebe5f4a2888b9 Mon Sep 17 00:00:00 2001 From: Stephen Burrows Date: Wed, 25 May 2011 17:48:01 -0400 Subject: [PATCH] Minor correction to django-mptt requirements. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 212b4ca..6dca288 100644 --- a/setup.py +++ b/setup.py @@ -66,7 +66,7 @@ setup( install_requires = [ 'django>=1.3', 'python>=2.5.4', - 'django-mptt>0.4.2', + 'django-mptt>0.4.2,==dev', ], extras_require = { 'docs': ["sphinx>=1.0"], -- 2.20.1