-
Notifications
You must be signed in to change notification settings - Fork 75
Expand file tree
/
Copy pathbase.txt
More file actions
51 lines (40 loc) · 1017 Bytes
/
base.txt
File metadata and controls
51 lines (40 loc) · 1017 Bytes
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
# python==3.5.0
Django==1.10.4
django-braces==1.10.0
# Utilities
# --------------------------------------
unicode-slugify==0.1.3
# Persistent Store
# --------------------------------------
psycopg2==2.6.2
# Rest FrameWork
#---------------------------------------
djangorestframework==3.5.3
django-filter==1.0.1
django-allauth==0.29.0
# MarkDown Support
# ---------------------------------------
Markdown==2.6.7
# Sample Data
# -----------------------------------------
fake-factory==9999.9.9
# Twitter Connect
# ---------------------------------------
twython==3.4.0
#AutoComplete
#------------------------------------------
django-autocomplete-light==3.2.1
# Image
# ----------------------------------------
Pillow==3.4.2
# Dateutils
#-----------------------------------------
python-dateutil==2.6.0
# Captcha
#-----------------------------------------
django-simple-math-captcha==1.0.7
# Celery
# --------------------------------------------------
celery>=3.1.15,<4.0
django-celery==3.1.17
redis==2.10.5