demo-HTML-over-WebSockets-i.../requirements.txt

11 lines
156 B
Plaintext
Raw Normal View History

2021-03-07 18:15:29 +01:00
# Django
django
2021-03-08 21:25:34 +01:00
# ASGI server
uvicorn
2021-03-11 21:57:21 +01:00
websockets
2021-03-08 21:25:34 +01:00
# Connect PostgreSQL
2021-03-07 18:15:29 +01:00
psycopg2-binary
# Channels
channels==2.4.0
2021-03-08 21:25:34 +01:00
# Connect Redis for Channels
2021-03-07 18:15:29 +01:00
channels_redis