63 lines
937 B
Plaintext
63 lines
937 B
Plaintext
# Bleeding edge Django
|
|
django==1.11
|
|
|
|
# Configuration
|
|
django-environ==0.4.0
|
|
django-secure==1.0.1
|
|
whitenoise==2.0.6
|
|
|
|
|
|
# Forms
|
|
django-braces==1.8.1
|
|
# django-crispy-forms==1.5.2
|
|
# django-floppyforms==1.5.2
|
|
|
|
# Models
|
|
django-model-utils==2.3.1
|
|
|
|
# Images
|
|
Pillow==3.0.0
|
|
|
|
# For user registration, either via email or social
|
|
# Well-built with regular release cycles!
|
|
django-allauth==0.24.1
|
|
|
|
|
|
# Python-PostgreSQL Database Adapter
|
|
psycopg2==2.6.1
|
|
|
|
# Unicode slugification
|
|
unicode-slugify==0.1.3
|
|
django-autoslug==1.9.3
|
|
|
|
# Time zones support
|
|
pytz==2015.7
|
|
|
|
# Redis support
|
|
django-redis==4.3.0
|
|
redis>=2.10.0
|
|
|
|
|
|
celery==3.1.19
|
|
|
|
|
|
# Your custom requirements go here
|
|
django-cors-headers
|
|
musicbrainzngs
|
|
youtube_dl>=2015.12.21
|
|
djangorestframework
|
|
djangorestframework-jwt
|
|
django-celery
|
|
django-mptt
|
|
google-api-python-client
|
|
arrow
|
|
django-taggit
|
|
persisting_theory
|
|
django-versatileimagefield
|
|
django-cachalot
|
|
django-rest-auth
|
|
beautifulsoup4
|
|
markdown
|
|
ipython
|
|
mutagen
|