Skip to content

Commit f043e40

Browse files
delsimMark Gibbs
andauthored
Update requirements to avoid use of later channels (#294)
Co-authored-by: Mark Gibbs <mark@gibbs.consulting>
1 parent 5f2ec23 commit f043e40

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

CONTRIBUTIONS.md

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

3939
[CaseGuide](https://github.com/CaseGuide)
40+
41+
[manish-podugu](https://github.com/manish-podugu)

django_plotly_dash/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@
2323
2424
'''
2525

26-
__version__ = "1.4.2"
26+
__version__ = "1.5.0"

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,6 @@ dpd-components
77

88
dash-bootstrap-components
99

10+
channels<3.0
1011
Django>=2.2
1112
Flask>=1.0.2

0 commit comments

Comments
 (0)