Skip to content

Commit

Permalink
Enable Django2.2 through relaxing requirements (#252)
Browse files Browse the repository at this point in the history
Co-authored-by: Mark Gibbs <mark@gibbs.consulting>
  • Loading branch information
delsim and Mark Gibbs committed Jun 20, 2020
1 parent ad1017e commit 6b2c3cd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ dpd-components

dash-bootstrap-components

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

0 comments on commit 6b2c3cd

Please sign in to comment.