Fix django-parler version dependency

This commit is contained in:
Iacopo Spalletti 2014-04-19 19:23:31 +02:00
parent 7175733432
commit a81164abee
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ setup(
],
include_package_data=True,
install_requires=[
'django-parler>1.0b1',
'django-parler>=1.0b1',
'django-cms>=3.0',
'django-taggit',
'django-filer',