django-template/requirements.txt
2021-10-21 14:51:52 +02:00

30 lines
518 B
Plaintext

# Django
django===3.2.7
django-extensions===3.1.3
# PostgreSQL driver
psycopg2===2.9.1
# Servidor para Django sin Websockets
gunicorn===20.1.0
# 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
# Testing
pytest-django
pytest
# Pillow
Pillow===8.2.0
# Linter
black