Fix django-parler version dependency
This commit is contained in:
parent
7175733432
commit
a81164abee
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
@ -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',
|
||||
|
|
Loading…
Reference in a new issue