mirror of
https://github.com/django/daphne.git
synced 2025-07-14 09:52:17 +03:00
* Add documentation on how to build and run benchmark. * Update README.rst with instructions for running against local server * Add requirements.txt referenced in new instructions * Updated port to 80 for Docker test as daphne serves on that port
15 lines
232 B
Plaintext
15 lines
232 B
Plaintext
asgi-redis==0.13.1
|
|
asgiref==0.13.3
|
|
autobahn==0.14.1
|
|
channels==0.14.2
|
|
daphne==0.12.1
|
|
Django==1.9.7
|
|
docutils==0.12
|
|
msgpack-python==0.4.7
|
|
redis==2.10.5
|
|
six==1.10.0
|
|
statistics==1.0.3.5
|
|
Twisted==16.2.0
|
|
txaio==2.5.1
|
|
zope.interface==4.2.0
|