Browse Source

Move webpack loader to base.

feature/python-error-tracking
Drew Larson 8 years ago
parent
commit
c0cfa754ae
  1. 1
      requirements/base.txt
  2. 1
      requirements/development.txt

1
requirements/base.txt

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

1
requirements/development.txt

@ -3,4 +3,3 @@
django-debug-toolbar
PyYAML
gunicorn==19.4.5
django-webpack-loader
Loading…
Cancel
Save