forked from point97/marco-portal2
-
Notifications
You must be signed in to change notification settings - Fork 1
/
dev_requirements.txt
60 lines (44 loc) · 1.06 KB
/
dev_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
57
58
59
60
# Minimal requirements
Django<1.10
djangorestframework==3.3.2
django-picklefield==0.3.2
# django-compressor scss hack
-e git+https://github.com/MidAtlanticPortal/django-libsass.git@master#egg=django_libsass
libsass==0.13.4
#django-libsass==0.7
django-modelcluster==1.1
wagtail==1.3.1
# Recommended components (require additional setup):
psycopg2==2.5.2
elasticsearch==1.3.0
Embedly==0.5.0
# Recommended components to improve performance in production:
django-redis-cache==2.0.0
# django-celery==3.1.10
django-email-log==0.2.0
celery==3.1.25
django-celery==3.1.16
django-celery-email==1.1.1
kombu==3.0.37
requests==2.21.0
django-apptemplates==1.4
django-social-share==0.3.0
rpc4django==0.5.0
django-compressor==1.6
diff-match-patch==20121119
tablib==0.11.2
django-import-export==0.7.0
pyshp==1.2.3
urllib3==1.25.2
social-auth-core==3.1.0
social-auth-app-django==3.1.0
django-tinymce==2.0.4
django-nested-admin==3.0.21
django-taggit==0.21.6
# JSONB issues on PG 9.3
django-pgjsonb==0.0.32
Pillow==4.3.0
six==1.12.0
django-appconf==1.0.2
South==1.0
Unidecode==0.04.21