django-template/requirements.txt
2021-06-01 10:41:10 +02:00

16 lines
260 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
# Pillow
Pillow===8.2.0
# Linter
black