Update requirements

This commit is contained in:
Iacopo Spalletti 2014-09-21 17:45:10 +02:00
parent 75857078ef
commit 9d613604b9
2 changed files with 4 additions and 3 deletions

View file

@ -5,4 +5,4 @@ mock>=1.0.1
nose>=1.3.0
django-nose>=1.2
flake8
https://github.com/nephila/djangocms-helper/archive/develop.zip
djangocms-helper>=0.4

View file

@ -36,7 +36,7 @@ setup(
],
include_package_data=True,
install_requires=[
'django-parler>=1.0b3',
'django-parler>=1.0',
'django-cms>=3.0',
'django-taggit',
'django-filer',
@ -47,7 +47,8 @@ setup(
'django-admin-enhancer',
'djangocms-text-ckeditor',
'cmsplugin-filer',
'django-meta-mixin',
'django-meta>=0.2',
'django-meta-mixin>=0.1.1',
],
license="BSD",
zip_safe=False,