html-over-websockets-with-d.../requirements.txt

30 lines
523 B
Plaintext
Raw Normal View History

2021-11-08 23:32:13 +01:00
# Django
django===3.2.10
django-extensions===3.1.3
# PostgreSQL driver
psycopg2===2.9.1
# Servidor para Django con Websockets
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
# WYSIWYG editor Python Django admin
django-tinymce===3.3.0
# Testing
pytest-django
pytest
# Pillow
Pillow===8.2.0
# Linter
black