Tests pour le BDS #816
4 changed files with 5 additions and 5 deletions
|
@ -5,6 +5,6 @@ from .consumers import OpenKfetConsumer
|
||||||
|
|
||||||
OpenRouter = URLRouter(
|
OpenRouter = URLRouter(
|
||||||
[
|
[
|
||||||
path(r"", OpenKfetConsumer),
|
path("", OpenKfetConsumer.as_asgi()),
|
||||||
]
|
]
|
||||||
)
|
)
|
||||||
|
|
|
@ -7,7 +7,7 @@ from .consumers import KPsul
|
||||||
|
|
||||||
KFRouter = URLRouter(
|
KFRouter = URLRouter(
|
||||||
[
|
[
|
||||||
path("k-psul/", KPsul),
|
path("k-psul/", KPsul.as_asgi()),
|
||||||
path("open", OpenRouter),
|
path("open", OpenRouter),
|
||||||
]
|
]
|
||||||
)
|
)
|
||||||
|
|
|
@ -6,10 +6,10 @@ psycopg2<2.8
|
||||||
# Redis
|
# Redis
|
||||||
django-redis-cache==3.0.*
|
django-redis-cache==3.0.*
|
||||||
redis~=2.10.6
|
redis~=2.10.6
|
||||||
channels-redis==2.4.*
|
channels-redis==3.4.*
|
||||||
|
|
||||||
# ASGI protocol and HTTP server
|
# ASGI protocol and HTTP server
|
||||||
daphne==2.5.*
|
daphne==3.0.*
|
||||||
|
|
||||||
# ldap bindings
|
# ldap bindings
|
||||||
python-ldap
|
python-ldap
|
||||||
|
|
|
@ -9,7 +9,7 @@ Pillow
|
||||||
django-bootstrap-form==3.3
|
django-bootstrap-form==3.3
|
||||||
statistics==1.0.3.5
|
statistics==1.0.3.5
|
||||||
django-widget-tweaks==1.4.1
|
django-widget-tweaks==1.4.1
|
||||||
channels==2.4.*
|
channels==3.0.*
|
||||||
python-dateutil
|
python-dateutil
|
||||||
wagtail==2.13.*
|
wagtail==2.13.*
|
||||||
wagtailmenus==3.*
|
wagtailmenus==3.*
|
||||||
|
|
Loading…
Reference in a new issue