django-template/requirements.txt
2021-09-23 13:56:23 +02:00

26 lines
410 B
Plaintext

# Django
django===3.2.7
django-extensions===3.1.3
# Servidor para Django
uvicorn===0.13.4
websockets===9.1
# Channels
channels==2.4.0
asgiref===3.3.4
# Conector de Redis para Channels
channels_redis===3.2.0
# Django REST framework
djangorestframework
markdown
django-filter
# Template
## Componentes - https://mitchel.me/slippers/
slippers
# Testing
pytest-django
pytest
# Pillow
Pillow===8.2.0
# Linter
black