Skip to content

Commit

Permalink
Merge pull request #38 from delsim/flask_version
Browse files Browse the repository at this point in the history
FIx minimum Flask and Django versions
  • Loading branch information
GibbsConsulting authored Aug 28, 2018
2 parents c1739de + 458e096 commit e1b2a51
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,6 @@ dash-html-components
dash-renderer
plotly
dpd-components

Django>=2
Flask>=1.0.2
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@
'dash-html-components',
'dash-renderer',
'dpd-components',
'Django>=2',],
'Django>=2',
'Flask>=1.0.2'],
python_requires=">=3.5",
)

0 comments on commit e1b2a51

Please sign in to comment.