95 lines
1.8 KiB
Plaintext
95 lines
1.8 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.4
|
|
|
|
# Configuration
|
|
django-environ==0.4.3
|
|
whitenoise==3.2.3
|
|
# Static and Media Storage
|
|
# ------------------------------------------------
|
|
boto3==1.5.21
|
|
django-storages==1.6.5
|
|
# django-storages-redux==1.3.2
|
|
|
|
|
|
# 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.2.0
|
|
|
|
# For user registration, either via email or social
|
|
# Well-built with regular release cycles!
|
|
django-allauth==0.32.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.8.0
|
|
redis>=2.10.5
|
|
|
|
|
|
rcssmin==1.0.6
|
|
django-compressor==2.1.1
|
|
|
|
#fix for use with s3 buckets merged in master, so next release we can remove this
|
|
#django-sass-processor==0.5.7
|
|
git+https://github.com/jrief/django-sass-processor.git
|
|
libsass==0.13.2
|
|
lxml==3.7.3
|
|
|
|
|
|
# Your custom requirements go here
|
|
mock==2.0.0
|
|
|
|
gocardless_pro
|
|
braintree==3.37.2
|
|
|
|
django-autofixture==0.12.1
|
|
|
|
git+https://github.com/olymk2/scaffold.git
|
|
#git+git://github.com/olymk2/django-wiki.git
|
|
git+git://github.com/django-wiki/django-wiki.git
|
|
|
|
djangorestframework==3.6.3
|
|
djangorestframework-jwt
|
|
django-filter==1.0.2
|
|
coreapi
|
|
# api libraries end
|
|
|
|
martor==1.2.5
|
|
|
|
#git+git://github.com/olymk2/django-markdown-editor.git
|
|
|
|
# django-spirit
|
|
django-djconfig
|
|
django-haystack
|
|
git+https://github.com/nitely/Spirit.git
|
|
django-xforwardedfor-middleware==2.0
|
|
|
|
# Application queue celery
|
|
celery==4.1.0
|
|
django-celery-results==1.0.1
|
|
django-celery-beat==1.0.1
|
|
|
|
argon2-cffi
|
|
django-cors-headers
|