Update requirements.txt

This commit is contained in:
Andros Fenollosa 2021-04-07 09:11:24 +02:00 committed by GitHub
parent 644ad04502
commit b0d555b6a6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,10 +1,12 @@
# Django
django
django===3.2
# Servidor para Django
uvicorn
uvicorn===0.13.4
# Conector para PostgreSQL
psycopg2-binary
psycopg2-binary===2.8.6
# Channels
channels==2.4.0
# Conector de Redis para Channels
channels_redis
channels_redis===3.2.0
# Linter
black