Merge pull request #122 from mmarzantowicz/install-requires

Update INSTALL_REQUIRES in setup.py
This commit is contained in:
Iacopo Spalletti 2014-04-27 19:46:47 +02:00
commit 6182ea4d6a
1 changed files with 2 additions and 0 deletions

View File

@ -5,7 +5,9 @@ from djangocms_text_ckeditor import __version__
INSTALL_REQUIRES = [
'django-cms>=2.3',
'html5lib',
'Pillow',
]
CLASSIFIERS = [