X-Git-Url: http://git.ithinksw.org/philo.git/blobdiff_plain/6dd0a5ff269cce9d64944c0cc5b8cb03a41d2124..fda97c23a6238fb1d00fb10e787ebe5f4a2888b9:/setup.py 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"],