diff --git a/requirements/base.txt b/requirements/base.txt index 9e31ed2..1470291 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -7,4 +7,5 @@ django_compressor==2.0 python-dateutil==2.5.3 whoosh==2.7.4 git+git://github.com/django-haystack/django-haystack.git -djangorestframework \ No newline at end of file +djangorestframework +django-webpack-loader \ No newline at end of file diff --git a/requirements/development.txt b/requirements/development.txt index da6a0d9..b570dc0 100644 --- a/requirements/development.txt +++ b/requirements/development.txt @@ -2,5 +2,4 @@ -r testing.txt django-debug-toolbar PyYAML -gunicorn==19.4.5 -django-webpack-loader \ No newline at end of file +gunicorn==19.4.5 \ No newline at end of file