Skip to content

Commit e1b2a51

Browse files
Merge pull request #38 from delsim/flask_version
FIx minimum Flask and Django versions
2 parents c1739de + 458e096 commit e1b2a51

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

requirements.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,6 @@ dash-html-components
44
dash-renderer
55
plotly
66
dpd-components
7+
8+
Django>=2
9+
Flask>=1.0.2

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,8 @@
4343
'dash-html-components',
4444
'dash-renderer',
4545
'dpd-components',
46-
'Django>=2',],
46+
'Django>=2',
47+
'Flask>=1.0.2'],
4748
python_requires=">=3.5",
4849
)
4950

0 commit comments

Comments
 (0)