Skip to content

Commit 09d8dc9

Browse files
committed
Pinned the requirements.
1 parent 7b2667b commit 09d8dc9

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
django
2-
-e git+https://github.com/markfinger/django-node.git#egg=django-node
2+
django-node==4.0.0

setup.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,7 @@
1515
},
1616
install_requires=[
1717
'django',
18-
'django-node==3.0.0',
19-
'django-webpack==2.1.2',
18+
'django-node==4.0.0'
2019
],
2120
description='Render and bundle React components from a Django application',
2221
long_description='Documentation at https://github.com/markfinger/django-react',

0 commit comments

Comments
 (0)