Minor correction to django-mptt requirements.
authorStephen Burrows <stephen.r.burrows@gmail.com>
Wed, 25 May 2011 21:48:01 +0000 (17:48 -0400)
committerStephen Burrows <stephen.r.burrows@gmail.com>
Wed, 25 May 2011 21:48:01 +0000 (17:48 -0400)
setup.py

index 212b4ca..6dca288 100644 (file)
--- 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"],