forked from pythonindia/junction
-
Notifications
You must be signed in to change notification settings - Fork 0
/
requirements.txt
56 lines (48 loc) · 1.17 KB
/
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
53
54
55
56
Django==1.7.9
celery==3.1.18
djangorestframework==3.1.3
django-filter==0.10.0
# Persistent Store
# -------------------------------------------------
psycopg2==2.6.1
redis==2.10.3
dj-database-url==0.3.*
# Extensions
# -------------------------------------------------
django-extensions==1.5.5
Werkzeug==0.10.4
ipython==3.2.0
pyreadline==2.0
six==1.9.0
django-sampledatahelper==0.3
unicode-slugify==0.1.3
XlsxWriter==0.7.3
# Django Model Helpers
# -------------------------------------------------
django-uuid-upload-path==1.0.0
Pillow==2.9.0
# Auth
# -------------------------------------------------
django-allauth==0.21.0
oauthlib==0.7.2
python-openid==2.2.5
requests==2.7.0
requests-oauthlib==0.5.0
# Admin
# -------------------------------------------------
django_simple_history==1.6.3
# Frontend Helpers
# -------------------------------------------------
django-bootstrap3==6.1.0
django-bootstrap-breadcrumbs==0.7.1
django-flat-theme==0.9.5
# Markdown Editor
# -------------------------------------------------
django-markdown==0.8.4
django-pagedown==0.1.0
mdx-linkify==0.6
Markdown==2.6.2
markdown2==2.3.0
# Server
# ------------------------------------------------
uwsgi==2.0.*