Skip to content

Commit c7914b5

Browse files
delsimMark Gibbs
andauthored
Add version restruction to setup (#400)
Co-authored-by: Mark Gibbs <mark@gibbs.consulting>
1 parent ea38025 commit c7914b5

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CONTRIBUTIONS.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,3 +49,5 @@ Thanks to the following people:
4949
[jmcarcell](https://github.com/jmcarcell)
5050

5151
[gdalmau](https://github.com/gdalmau)
52+
53+
[rosscg](https://github.com/rosscg)

setup.py

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,13 @@
4646
'dash-html-components',
4747
'dash-renderer',
4848
'dpd-components',
49-
'Django>=2.2',
50-
'Flask>=1.0.2'],
49+
50+
'dash-bootstrap-components<1',
51+
'channels<3.0',
52+
'Django>=2.2,<4.0.0',
53+
'Flask>=1.0.2',
54+
'Werkzeug>=2.0,<2.1',
55+
],
5156
python_requires=">=3.6",
5257
)
5358

0 commit comments

Comments
 (0)