django-template/requirements.txt

13 lines
185 B
Plaintext
Raw Normal View History

2021-04-01 09:48:35 +02:00
# Django
2021-04-07 09:11:24 +02:00
django===3.2
2021-04-01 09:48:35 +02:00
# Servidor para Django
2021-04-07 09:11:24 +02:00
uvicorn===0.13.4
2021-04-01 09:48:35 +02:00
# Channels
channels==2.4.0
# Conector de Redis para Channels
2021-04-07 09:11:24 +02:00
channels_redis===3.2.0
2021-06-01 10:41:10 +02:00
# Pillow
Pillow===8.2.0
2021-04-07 09:11:24 +02:00
# Linter
black