hackspace/requirements/base.txt

61 lines
986 B
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.10.5
# Configuration
django-environ==0.4.1
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==2.6
# Images
Pillow==4.0.0
# For user registration, either via email or social
# Well-built with regular release cycles!
django-allauth==0.30.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.7.0
redis>=2.10.5
rcssmin==1.0.6
django-compressor==2.1.1
django-sass-processor==0.5.3
libsass==0.12.3
lxml==3.7.2
# 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