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

31 lines
550 B
Plaintext
Raw Normal View History

2021-11-08 23:32:13 +01:00
# Django
2021-11-11 22:46:49 +01:00
django===3.2.9
2021-11-08 23:32:13 +01:00
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
2021-11-11 22:46:49 +01:00
# HTTP client
Requests===2.26.0
2021-11-08 23:32:13 +01:00
# Template
## Componentes - https://mitchel.me/slippers/
slippers
# WYSIWYG editor Python Django admin
django-tinymce===3.3.0
# Pillow
Pillow===8.2.0
# Linter
black
2021-11-11 22:46:49 +01:00
# Fake data
Faker===8.13.2