67 lines
1.1 KiB
Plaintext
67 lines
1.1 KiB
Plaintext
# Wheel 0.25+ needed to install certain packages on CPython 3.5+
|
|
# like Pillow and psycopg2
|
|
# See http://bitly.com/wheel-building-fails-CPython-35
|
|
# Verified bug on Python 3.5.1
|
|
wheel==0.29.0
|
|
|
|
# Bleeding edge Django
|
|
django==1.11.1
|
|
|
|
# Configuration
|
|
django-environ==0.4.2
|
|
whitenoise==3.2.3
|
|
|
|
|
|
# Forms
|
|
django-braces==1.11.0
|
|
django-crispy-forms==1.6.1
|
|
|
|
# Models
|
|
django-stdimage==2.4.0
|
|
django-model-utils==3.0.0
|
|
|
|
# Images
|
|
Pillow==4.1.0
|
|
|
|
# For user registration, either via email or social
|
|
# Well-built with regular release cycles!
|
|
django-allauth==0.31.0
|
|
|
|
|
|
# Python-PostgreSQL Database Adapter
|
|
psycopg2==2.7.1
|
|
|
|
# Unicode slugification
|
|
awesome-slugify==1.6.5
|
|
|
|
# Time zones support
|
|
pytz==2017.2
|
|
|
|
# Redis support
|
|
django-redis==4.7.0
|
|
redis>=2.10.5
|
|
|
|
|
|
rcssmin==1.0.6
|
|
django-compressor==2.1.1
|
|
django-sass-processor==0.5.4
|
|
libsass==0.12.3
|
|
lxml==3.7.3
|
|
|
|
|
|
# Your custom requirements go here
|
|
mock==2.0.0
|
|
|
|
gocardless
|
|
braintree==3.35.0
|
|
|
|
django-autofixture==0.12.1
|
|
|
|
git+https://github.com/olymk2/scaffold.git
|
|
|
|
djangorestframework==3.6.2
|
|
django-filter==1.0.2
|
|
|
|
#git+https://github.com/olymk2/dracos-markdown-editor.git
|
|
draceditor==1.1.8
|