django-template/requirements.txt

11 lines
166 B
Plaintext
Raw Normal View History

2021-04-01 09:48:35 +02:00
# Django
django
# Servidor para Django
uvicorn
# Conector para PostgreSQL
psycopg2-binary
# Channels
channels==2.4.0
# Conector de Redis para Channels
channels_redis