Skip to content

Commit f24e6e6

Browse files
author
Mark Gibbs
committed
Tweak requirements file and update setup for Django version > 2
1 parent 2a699d7 commit f24e6e6

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

requirements.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
dash==0.21.1
2-
dash-core-components==0.22.1
3-
dash-html-components==0.10.1
4-
dash-renderer==0.12.1
5-
plotly==2.5.1
1+
dash
2+
dash-core-components
3+
dash-html-components
4+
dash-renderer
5+
plotly
66
dpd-components

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
'dash-html-components',
4141
'dash-renderer',
4242
'dpd-components',
43-
'Django',],
43+
'Django>=2',],
4444
python_requires=">=3",
4545
)
4646

0 commit comments

Comments
 (0)