-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathrequirements.txt
72 lines (65 loc) · 1.48 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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
# Production server
uvicorn==0.13.3 # asgi
gunicorn==20.1.0 # wsgi
# Django requirements
Django==3.1.4
django-appconf==1.0.4
django-audit-log==0.7.0 # Replace with django-revision
django-ckeditor==6.0.0
django-classy-tags==2.0.0
django-cms==3.8.0
django-filer==2.0.2
django-filter==2.4.0
django-formtools==2.2
django-js-asset==1.2.2
django-mptt==0.11.0
django-polymorphic==3.0.0
django-sekizai==2.0.0
django-treebeard==4.3.1
djangocms-admin-style==2.0.2
djangocms-attributes-field==2.0.0
djangocms-bootstrap4==2.0.0
djangocms-column==1.11.0
djangocms-file==3.0.0
djangocms-icon==2.0.0
djangocms-link==3.0.0
djangocms-picture==3.0.0
djangocms-snippet==3.0.0
djangocms-style==3.0.0
djangocms-text-ckeditor==4.0.0
djangocms-video==3.0.0
djangorestframework==3.12.2
django-storages==1.10.1
django-pipeline==2.0.5
django-redis==4.12.1
django-oauth-toolkit==1.5.0
django-cors-middleware==1.5.0
beautifulsoup4==4.9.3
lxml==4.6.2
azure-common==1.1.26
# Upgrade to 12.x.x once https://github.com/jschneier/django-storages/pull/805/ is merged
azure-storage-blob==2.1.0
sentry-sdk==0.19.5
easy-thumbnails==2.7.1
html5lib==1.1
Markdown==3.3.3
oauthlib==3.1.0
psycopg2==2.8.6
Pillow==8.0.1
PyPDF2==3.0.1
pytz==2020.4
reportlab==3.5.56
requests==2.25.1
six==1.15.0
unicodecsv==0.14.1
uritemplate==3.0.1
stripe==6.4.0
qrcode==6.1
mailchimp_marketing==3.0.80
# Google drive integration
google-api-python-client==1.12.8
google-auth-oauthlib==0.4.2
# SASS
libsass==0.20.1
django-compressor==2.4
django-sass-processor==0.8.2