Update INSTALL_REQUIRES in setup.py

This commit is contained in:
Mateusz Marzantowicz 2014-04-10 11:07:58 +02:00
parent 28e5e10c16
commit 2d7a3d6edd
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 = [