Skip to content

Commit 718fe4e

Browse files
committed
Updating django-webpack dependency to 2.0.0
1 parent b182bff commit 718fe4e

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

django_react/bundles.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import os
2-
from django_webpack.models import WebpackBundle
2+
from django_webpack import WebpackBundle
33
from .settings import REACT_EXTERNAL
44

55

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
django
22
django-node==2.1.0
3-
django-webpack==1.1.0
3+
django-webpack==2.0.0

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
install_requires=[
2020
'django',
2121
'django-node >= 2.1.0',
22-
'django-webpack >= 1.1.0',
22+
'django-webpack >= 2.0.0',
2323
],
2424
description='Render and bundle React components from a Django application',
2525
long_description='Documentation at https://github.com/markfinger/django-react',

0 commit comments

Comments
 (0)