From 4847403ba0f340daf74e34a369fa9019acb99a99 Mon Sep 17 00:00:00 2001 From: Andrew Godwin Date: Sat, 2 Jan 2016 22:45:00 -0800 Subject: [PATCH] Update dependency things --- README.rst | 1 + setup.py | 1 + 2 files changed, 2 insertions(+) diff --git a/README.rst b/README.rst index c7d40ae..8e7cf07 100644 --- a/README.rst +++ b/README.rst @@ -17,3 +17,4 @@ Documentation, installation and getting started instructions are at http://channels.readthedocs.org You can also install channels from PyPI as the ``channels`` package. +You'll likely also want ``asgi_redis`` to provide the Redis channel layer. diff --git a/setup.py b/setup.py index 29ee590..9e393b5 100644 --- a/setup.py +++ b/setup.py @@ -12,5 +12,6 @@ setup( include_package_data=True, install_requires=[ 'Django', + 'asgiref', ] )