From 67d92667e618b66a7f94ab2c94a5dee9a7bbd0f2 Mon Sep 17 00:00:00 2001 From: Charlie Denton Date: Thu, 30 Jul 2015 17:13:10 +0100 Subject: [PATCH] Update some requirements --- setup.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/setup.py b/setup.py index 0655ec4..9b0a5a2 100644 --- a/setup.py +++ b/setup.py @@ -22,8 +22,8 @@ author_email='charlie@meshy.co.uk', url='https://github.com/meshy/django-conman/', install_requires=[ - 'django-mptt>=0.6.1,<=0.7', - 'django-polymorphic-tree>=1.0b1', - 'django-sirtrevor>=0.2.3,<0.3', + 'django-mptt>=0.7.4,<=0.8', + 'django-polymorphic-tree>=1.1,<2', + 'django-sirtrevor>=0.2.4,<0.3', ], )