cookiecutter-django/{{cookiecutter.repo_name}}/requirements/base.txt
Saurabh Kumar 8a56273cec update pillow 2.5.2 => 2.5.3
- A security release update for pillow.
2014-08-24 20:47:06 +05:30

38 lines
607 B
Plaintext

# Bleeding edge Django
django==1.6.6
# Configuration
django-configurations==0.8
django-secure==1.0
django-cache-url==0.8.0
dj-database-url==0.3.0
# Forms
django-braces==1.4.0
django-crispy-forms==1.4.0
django-floppyforms==1.2.0
# Models
South==1.0
django-model-utils==2.2
# images
Pillow==2.5.3
# For user registration, either via email or social
# Well-built with regular release cycles!
django-allauth==0.18.0
# For the persistance stores
psycopg2==2.5.3
# Unicode slugification
unicode-slugify==0.1.1
django-autoslug==1.7.2
# Useful things
django-avatar==2.0
# Your custom requirements go here