X-Git-Url: https://code.grnet.gr/git/snf-cloudcms/blobdiff_plain/5de4187fcd99b71ad2b809d94ef329480fb6aa45..cac508bb865d224967794d4634bc48d68fdf9d90:/setup.py diff --git a/setup.py b/setup.py index df11f41..fdd880f 100644 --- a/setup.py +++ b/setup.py @@ -59,7 +59,8 @@ INSTALL_REQUIRES = [ 'South>=0.7', 'feincms >=1.4.2, <1.4.9', 'django-pagination >=1.0.5', - 'django-mptt >= 0.5.2, <0.6' + 'django-mptt >= 0.5.2, <0.6', + 'lxml' ] CLASSIFIERS = []