# 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.10.4 # Configuration django-environ==0.4.1 whitenoise==3.2.2 # Forms django-braces==1.10.0 django-crispy-forms==1.6.1 # Models django-stdimage django-model-utils==2.6 # Images Pillow==3.4.2 # For user registration, either via email or social # Well-built with regular release cycles! django-allauth==0.29.0 # Python-PostgreSQL Database Adapter psycopg2==2.6.2 # Unicode slugification awesome-slugify==1.6.5 # Time zones support pytz==2016.10 # Redis support django-redis==4.6.0 redis>=2.10.5 rcssmin==1.0.6 django-compressor==2.1 lxml # Your custom requirements go here -e git+https://github.com/olymk2/scaffold.git#egg=scaffold