Update dependency things

This commit is contained in:
Andrew Godwin 2016-01-02 22:45:00 -08:00
parent 7f5c3d25b6
commit 4847403ba0
2 changed files with 2 additions and 0 deletions

View File

@ -17,3 +17,4 @@ Documentation, installation and getting started instructions are at
http://channels.readthedocs.org http://channels.readthedocs.org
You can also install channels from PyPI as the ``channels`` package. You can also install channels from PyPI as the ``channels`` package.
You'll likely also want ``asgi_redis`` to provide the Redis channel layer.

View File

@ -12,5 +12,6 @@ setup(
include_package_data=True, include_package_data=True,
install_requires=[ install_requires=[
'Django', 'Django',
'asgiref',
] ]
) )