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

Add version restruction to setup (#400)


Co-authored-by: default avatarMark Gibbs <mark@gibbs.consulting>
parent ea380252
No related branches found
Tags v1.7.2
No related merge requests found
......@@ -49,3 +49,5 @@ Thanks to the following people:
[jmcarcell](https://github.com/jmcarcell)
[gdalmau](https://github.com/gdalmau)
[rosscg](https://github.com/rosscg)
......@@ -46,8 +46,13 @@ setup(
'dash-html-components',
'dash-renderer',
'dpd-components',
'Django>=2.2',
'Flask>=1.0.2'],
'dash-bootstrap-components<1',
'channels<3.0',
'Django>=2.2,<4.0.0',
'Flask>=1.0.2',
'Werkzeug>=2.0,<2.1',
],
python_requires=">=3.6",
)
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