1
0
mirror of https://github.com/fspc/workstand.git synced 2025-04-04 10:03:22 -04:00

Move webpack loader to base.

This commit is contained in:
Drew Larson 2016-06-23 17:38:08 -06:00
parent e5b223b139
commit c0cfa754ae
2 changed files with 3 additions and 3 deletions

View File

@ -8,3 +8,4 @@ python-dateutil==2.5.3
whoosh==2.7.4 whoosh==2.7.4
git+git://github.com/django-haystack/django-haystack.git git+git://github.com/django-haystack/django-haystack.git
djangorestframework djangorestframework
django-webpack-loader

View File

@ -3,4 +3,3 @@
django-debug-toolbar django-debug-toolbar
PyYAML PyYAML
gunicorn==19.4.5 gunicorn==19.4.5
django-webpack-loader