diff --git a/README.rst b/README.rst index 0cf9b92..a31b571 100644 --- a/README.rst +++ b/README.rst @@ -67,6 +67,19 @@ should start with a slash, but not end with one; for example:: daphne --root-path=/forum django_project.asgi:channel_layer +Dependencies +------------ + +All Channels projects currently support Python 2.7, 3.4 and 3.5. `daphne` requires Twisted 16.0 or +greater. + +Contributing +------------ + +Please refer to the +`main Channels contributing docs `_. +That also contains advice on how to set up the development environment and run the tests. + Maintenance and Security ------------------------