-
Notifications
You must be signed in to change notification settings - Fork 2
/
requirements.txt
42 lines (39 loc) · 963 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
Django==1.9.5
psycopg2==2.6.1
elasticsearch==1.2.0
django-redis==4.3.0
wagtail==1.6
django-libsass==0.6
libsass==0.8.3
Pillow==3.3.0
Wand==0.4.4 #For animated gifs. Note: It requires the server to be running ImageMagick
redis==2.10.5
wagtailfontawesome==1.0.5 #This allows us to use FontAwesome icons for the admin area e.g. with StreamField
wagtailerrorpages>=1.1.0 #This gives us a better 404
wagtailblocks_cards>=2.0.1 #We use this for the menus
django-mathfilters==0.4.0 #We need this to do maths to get the star ratings
wagtailbettereditor==1.0.2
# Production dependencies
dj-database-url==0.4.1
whitenoise==2.0.4
uwsgi==2.0.11.2
gunicorn==19.4.1
ConcurrentLogHandler==0.9.1
# No idea where these are from
argh==0.26.2
binaryornot==0.4.0
chardet==2.3.0
click==6.6
cookiecutter==1.3.0
future==0.15.2
Jinja2==2.8
MarkupSafe==0.23
pathtools==0.1.2
pep8==1.7.0
PyYAML==3.12
typing==3.5.2.2
# S3
static3==0.6.1
django-storages==1.5.1
boto==2.39.0
urllib3==1.13