-
Notifications
You must be signed in to change notification settings - Fork 75
Expand file tree
/
Copy pathbase.txt
More file actions
61 lines (49 loc) · 1.18 KB
/
base.txt
File metadata and controls
61 lines (49 loc) · 1.18 KB
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
57
58
59
60
61
# python==3.5.0
Django==1.8.11
django-braces==1.8.1
# Utilities
# --------------------------------------
unicode-slugify==0.1.3
# Persistent Store
# --------------------------------------
psycopg2==2.7.3
# Rest FrameWork
#---------------------------------------
djangorestframework==3.2.4
django-filter==0.13.0
django-allauth==0.25.2
# MarkDown Support
# ---------------------------------------
Markdown==2.6.5
# Sample Data
# -----------------------------------------
fake-factory==0.5.7
# Twitter Connect
# ---------------------------------------
twython==3.3.0
#AutoComplete
#------------------------------------------
django-autocomplete-light==3.1.3
# Image
# ----------------------------------------
Pillow==3.1.1
# Dateutils
#-----------------------------------------
python-dateutil==2.5.0
# Captcha
#-----------------------------------------
django-simple-math-captcha==1.0.7
# Celery
# --------------------------------------------------
celery==3.1.23
django-celery==3.1.17
redis==2.10.5
# Pdf
# --------------------------------------------------
xlrd==1.1.0
reportlab==3.5.55
PyPDF2==1.26.0
# --------------------------------------------------
# Graph
django-pandas==0.4.5
pandas==0.20.3