Skip to content
Snippets Groups Projects
Unverified Commit 4ff451bd authored by Mark Gibbs's avatar Mark Gibbs Committed by GitHub
Browse files

Restrict Werkzeug version to fix bug that requires later dash version to otherwise resolve (#399)


Co-authored-by: default avatardelsim <dev@gibbsconsulting.ca>
parent 1979f947
No related branches found
No related tags found
No related merge requests found
...@@ -47,3 +47,5 @@ Thanks to the following people: ...@@ -47,3 +47,5 @@ Thanks to the following people:
[sorenwacker](https://github.com/sorenwacker) [sorenwacker](https://github.com/sorenwacker)
[jmcarcell](https://github.com/jmcarcell) [jmcarcell](https://github.com/jmcarcell)
[gdalmau](https://github.com/gdalmau)
...@@ -23,4 +23,4 @@ SOFTWARE. ...@@ -23,4 +23,4 @@ SOFTWARE.
''' '''
__version__ = "1.7.0" __version__ = "1.7.1"
...@@ -10,3 +10,4 @@ dash-bootstrap-components ...@@ -10,3 +10,4 @@ dash-bootstrap-components
channels<3.0 channels<3.0
Django>=2.2,<4.0.0 Django>=2.2,<4.0.0
Flask>=1.0.2 Flask>=1.0.2
Werkzeug>=2.0,<2.1
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment