django-template/requirements.txt
2021-04-27 08:45:10 +02:00

14 lines
236 B
Plaintext

# Django
django===3.2
django-crontab===0.7.1
# Servidor para Django
uvicorn===0.13.4
# Conector para PostgreSQL
psycopg2-binary===2.8.6
# Channels
channels==2.4.0
# Conector de Redis para Channels
channels_redis===3.2.0
# Linter
black