diff --git a/setup.py b/setup.py index ee86409bb..db885a6b9 100644 --- a/setup.py +++ b/setup.py @@ -30,11 +30,9 @@ PY3 = sys.version_info[0] == 3 install_requires = [ "Django>=1.7.0,<1.8", "django-compressor>=1.4", - "django-libsass>=0.2", "django-modelcluster>=0.5", "django-taggit==0.12.2", "django-treebeard==3.0", - "Pillow>=2.6.1", "beautifulsoup4>=4.3.2", "html5lib==0.999", "Unidecode>=0.04.14", diff --git a/wagtail/project_template/requirements.txt b/wagtail/project_template/requirements.txt index 8368db89b..384a6c0df 100644 --- a/wagtail/project_template/requirements.txt +++ b/wagtail/project_template/requirements.txt @@ -1,6 +1,8 @@ # Minimal requirements Django>=1.7,<1.8 wagtail==0.8.5 +django-libsass>=0.2 +Pillow>=2.6.1 # Recommended components (require additional setup): # psycopg2==2.5.2