django-template/requirements.txt
2021-07-05 10:27:06 +02:00

21 lines
301 B
Plaintext

# Django
django===3.2
django-extensions
# Servidor para Django
uvicorn===0.13.4
# Channels
channels==2.4.0
# Conector de Redis para Channels
channels_redis===3.2.0
# Django REST framework
djangorestframework
markdown
django-filter
# Testing
pytest-django
pytest
# Pillow
Pillow===8.2.0
# Linter
black