django-template/requirements.txt

32 lines
578 B
Plaintext
Raw Normal View History

2021-04-01 09:48:35 +02:00
# Django
2021-09-16 20:15:43 +02:00
django===3.2.7
django-extensions===3.1.3
2021-10-21 14:51:52 +02:00
# PostgreSQL driver
psycopg2===2.9.1
# Servidor para Django sin Websockets
gunicorn===20.1.0
# Servidor para Django con Websockets
2021-04-07 09:11:24 +02:00
uvicorn===0.13.4
2021-09-16 20:15:43 +02:00
websockets===9.1
2021-04-01 09:48:35 +02:00
# Channels
channels==2.4.0
2021-09-16 20:15:43 +02:00
asgiref===3.3.4
2021-04-01 09:48:35 +02:00
# Conector de Redis para Channels
2021-04-07 09:11:24 +02:00
channels_redis===3.2.0
2021-07-01 09:25:52 +02:00
# Django REST framework
djangorestframework
markdown
django-filter
2021-09-23 13:56:23 +02:00
# Template
## Componentes - https://mitchel.me/slippers/
slippers
2021-10-21 14:52:22 +02:00
# WYSIWYG editor Python Django admin
django-tinymce===3.3.0
2021-07-05 10:27:06 +02:00
# Testing
pytest-django
pytest
2021-06-01 10:41:10 +02:00
# Pillow
Pillow===8.2.0
2021-04-07 09:11:24 +02:00
# Linter
black