Add requirements

This commit is contained in:
Andros Fenollosa
2020-11-17 23:42:59 +01:00
parent a4054b8efe
commit 7098714788
6 changed files with 22 additions and 63 deletions

6
requirements.txt Normal file
View File

@ -0,0 +1,6 @@
# Servidor asincrono para Django
daphne==2.4.1
# Channels
channels==2.4.0
# Conector de Redis para Channels
channels_redis