Skip to content
Snippets Groups Projects
Commit 3e5e4ead authored by Pavel Břoušek's avatar Pavel Břoušek
Browse files

chore(deps): extend compatibility to Django v4

parent 29285e7e
Branches
Tags
No related merge requests found
...@@ -5,6 +5,6 @@ dpd-components ...@@ -5,6 +5,6 @@ dpd-components
dash-bootstrap-components dash-bootstrap-components
channels>=2.0 channels>=2.0
Django>=2.2,<4.0.0 Django>=2.2,<5.0.0
Flask>=1.0.2 Flask>=1.0.2
Werkzeug Werkzeug
...@@ -47,7 +47,7 @@ setup( ...@@ -47,7 +47,7 @@ setup(
'dash-bootstrap-components', 'dash-bootstrap-components',
'channels>=2.0', 'channels>=2.0',
'Django>=2.2,<4.0.0', 'Django>=2.2,<5.0.0',
'Flask>=1.0.2', 'Flask>=1.0.2',
'Werkzeug', 'Werkzeug',
], ],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment