File tree Expand file tree Collapse file tree 3 files changed +21
-0
lines changed Expand file tree Collapse file tree 3 files changed +21
-0
lines changed Original file line number Diff line number Diff line change 1+ from channels .routing import ProtocolTypeRouter
2+
3+ application = ProtocolTypeRouter ({
4+ })
Original file line number Diff line number Diff line change 3838 'django.contrib.messages' ,
3939 'django.contrib.staticfiles' ,
4040
41+ 'channels' ,
42+
4143 'django_plotly_dash.apps.DjangoPlotlyDashConfig' ,
4244]
4345
7173
7274WSGI_APPLICATION = 'demo.wsgi.application'
7375
76+ ASGI_APPLICATION = 'demo.routing.application'
7477
7578# Database
7679# https://docs.djangoproject.com/en/2.0/ref/settings/#databases
Original file line number Diff line number Diff line change 11alabaster==0.7.10
22argh==0.26.2
3+ asgiref==2.3.2
4+ async-timeout==2.0.1
5+ attrs==18.1.0
6+ autobahn==18.6.1
7+ Automat==0.6.0
38Babel==2.5.3
49certifi==2018.4.16
10+ channels==2.1.2
511chardet==3.0.4
612click==6.7
13+ constantly==15.1.0
14+ daphne==2.2.0
715dash==0.21.1
816dash-core-components==0.22.1
917dash-html-components==0.10.1
@@ -15,8 +23,10 @@ docutils==0.14
1523Flask==1.0.2
1624Flask-Compress==1.4.0
1725grip==4.5.2
26+ hyperlink==18.0.0
1827idna==2.6
1928imagesize==1.0.0
29+ incremental==17.5.0
2030ipython-genutils==0.2.0
2131itsdangerous==0.24
2232Jinja2==2.10
@@ -29,6 +39,7 @@ nbformat==4.4.0
2939packaging==17.1
3040path-and-address==2.0.1
3141pathtools==0.1.2
42+ pkg-resources==0.0.0
3243pkginfo==1.4.2
3344plotly==2.5.1
3445port-for==0.3.1
@@ -48,6 +59,9 @@ tornado==5.0.2
4859tqdm==4.23.3
4960traitlets==4.3.2
5061twine==1.11.0
62+ Twisted==18.4.0
63+ txaio==2.10.0
5164urllib3==1.22
5265watchdog==0.8.3
5366Werkzeug==0.14.1
67+ zope.interface==4.5.0
You can’t perform that action at this time.
0 commit comments