We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b2667b commit 09d8dc9Copy full SHA for 09d8dc9
requirements.txt
@@ -1,2 +1,2 @@
1
django
2
--e git+https://github.com/markfinger/django-node.git#egg=django-node
+django-node==4.0.0
setup.py
@@ -15,8 +15,7 @@
15
},
16
install_requires=[
17
'django',
18
- 'django-node==3.0.0',
19
- 'django-webpack==2.1.2',
+ 'django-node==4.0.0'
20
],
21
description='Render and bundle React components from a Django application',
22
long_description='Documentation at https://github.com/markfinger/django-react',
0 commit comments