-
Notifications
You must be signed in to change notification settings - Fork 28
/
Copy pathrequirements.txt
52 lines (37 loc) · 944 Bytes
/
requirements.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
# This file is here because many Platforms as a Service look for
# requirements.txt in the root directory of a project.
# pylibmc==1.2.3
# django-heroku-memcacheify==0.5
# -r requirements/production.txt
# Bleeding edge Django
django==1.8
# 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
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.4
# Unicode slugification
unicode-slugify==0.1.1
django-autoslug==1.7.2
# Useful things
django-avatar==2.0
coverage==3.7.1
Sphinx
# django-debug-toolbar that works with Django 1.5+
django-debug-toolbar==1.2.1
python-memcached==1.53
gunicorn==19.1.1
# Your custom requirements go here