This repository has been archived by the owner on Aug 26, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 62
/
requirements.txt
85 lines (69 loc) · 1.54 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
73
74
75
76
77
78
79
80
81
82
83
84
85
#django
Django~=3.2.5
django-appdata>=0.3.0
django-filer>=1.4.2
django-haystack>=3.0b2
django-parler
django-sortedm2m
django-taggit>=0.23.0
django-treebeard>=4.0,<5.0
#django debug
django-debug-toolbar>=1.11
#django cms
django-cms>=3.9
djangocms-admin-style>=2.0,<3.0
djangocms-text-ckeditor>=4.0,<5.0
djangocms-file>=3.0,<4.0
djangocms-link>=3.0,<4.0
djangocms-icon>=2.0,<3.0
djangocms-picture>=3.0,<4.0
djangocms-bootstrap4>=2.0,<3.0
djangocms-style>=3.0,<4.0
djangocms-snippet>=2.2,<2.4
djangocms-googlemap>=2.0,<3.0
djangocms-video>=3.0,<4.0
djangocms-audio>=1.1.0
djangocms_history>=1.0.0
easy_thumbnails
django-classy-tags>=2.0
django-sekizai>=2.0
django-mptt>0.9
#djangocms_column>=1.9
#aldryn dependencies
aldryn-apphooks-config>=0.6.0
aldryn-boilerplates>=0.8.0
aldryn-common>=1.0.5
aldryn-search>=1.1.0
aldryn-translation-tools>=0.3.0
python-dateutil
# DO NOT REMOVE THE FOLLOWING, IT IS REQUIRED FOR EXISTING MIGRATIONS
django-phonenumber-field>=0.7.2,<2.0.0
#gsoc irc requirements
#fredirc==0.3.0
#gsoc pdf requirements
pdfminer.six==20181108
chardet==3.0.4
phonenumbers==8.10.6
#gsoc comments requirements
profanityfilter>=2.0.6
#git pre-commit hook
pre-commit>=1.14.4
#google api for calander
google-api-python-client>=1.7.9
google-auth-httplib2>=0.0.3
google-auth-oauthlib>=0.3.0
#github api for pushing html pages
PyGithub>=1.43.7
bleach>=3.1.0
beautifulsoup4>=4.8.0
django-simple-cookie-consent>=0.1.1
importlib-resources>=1.0.2
html5lib>=1.0.1
Pillow>=3.0
backport_collections==0.1
lxml
six
pytz
babel>=2.8.0
mysqlclient>=1.4.4
packaging