We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea38025 commit c7914b5Copy full SHA for c7914b5
CONTRIBUTIONS.md
@@ -49,3 +49,5 @@ Thanks to the following people:
49
[jmcarcell](https://github.com/jmcarcell)
50
51
[gdalmau](https://github.com/gdalmau)
52
+
53
+[rosscg](https://github.com/rosscg)
setup.py
@@ -46,8 +46,13 @@
46
'dash-html-components',
47
'dash-renderer',
48
'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',
54
+ 'Werkzeug>=2.0,<2.1',
55
+ ],
56
python_requires=">=3.6",
57
)
58
0 commit comments