-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrequirements.txt
130 lines (113 loc) · 2.4 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
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
Django>=4.2.14,<5
pytz==2024.2
httplib2==0.22.0
feedparser==6.0.8
Markdown==3.7
psycopg==3.2.1
versiontools==1.9.1
statsd==4.0.1
pep8==1.7.1
pyflakes==3.2.0
mccabe==0.7.0
configparser==7.1.0
pycodestyle==2.12.0
importlib-metadata<8.6 # for flake8
typing_extensions==4.12.0
zipp==3.21.0 # for flake8
flake8==7.1.0
tornado==6.4.2
# wagtail spec
soupsieve==2.6
cssselect==1.2.0
lxml==5.3.0
fuzzywuzzy==0.18.0
sure==2.0.0
traitlets<6.0.0 # ipython
coverage==7.6.0
pyasn1==0.6.0
cffi==1.17.0 # cryptography
cryptography==44.0.0 # pyOpenSSL
pyOpenSSL==25.0.0
ndg-httpsclient==0.5.1
# requests
urllib3==2.3.0 # sentry-sdk
chardet==5.2.0 # requests
idna==3.10 # requests
certifi==2024.12.14 # requests, sentry-sdk
logilab-common==2.0.0
astroid==3.3.5
pylint==3.3.1
six==1.17.0
faker==33.3.0 # factory_boy
factory_boy==3.3.0
ldap3==2.9.1
sqlparse==0.5.0
s3transfer==0.11.1
jmespath==1.0.0
boto3>=1.12.0,<1.37.0
botocore>=1.15.0,<1.37.0
python-dateutil==2.9.0
django-indexer==0.3.0
django-templatetag-sugar==1.0
django-paging==0.2.5
django-annoying==0.10.6
django-appconf==1.0.5
django-statsd-mozilla==0.4.0
sentry-sdk==2.20.0
django-bootstrap4==24.4
django-debug-toolbar==5.0.1
django-smoketest==1.2.0
# For django-extensions
typing==3.7.4.1; python_version < '3.5'
django-extensions==3.2.0
django-stagingcontext==0.1.0
django-ga-context==0.1.0
django-impersonate==1.9.1
django-markwhat==1.6.2
gunicorn==23.0.0
django-flatblocks==1.0.0
django-storages==1.14.2
ctlsettings==0.4.2
django-reversion==5.1.0
text_unidecode==1.3
nameparser==1.1.0
oauth2==1.9.0.post1
oauthlib==3.2.2
pylti==0.7.0
django-lti-provider==1.0.0
pbr==6.1.0 # bandit
pyyaml==6.0.2 # bandit
stevedore==5.4.0 # bandit
bandit==1.7.1
django-smtp-ssl==1.0
django-contact-us==1.1.0
entrypoints==0.4
# wagtail requirements
wagtail==4.0.4
django-modelcluster>=6.0,<7.0
django-permissionedforms>=0.1,<1.0
django-taggit>=5.0.1,<7.0
django-treebeard>=4.5.1,<5.0
djangorestframework>=3.11.1,<4.0
django-filter>=2.2,<25
draftjs_exporter>=2.1.5,<3.0
Pillow>=4.0.0,<12.0.0
beautifulsoup4>=4.8,<4.13
html5lib>=0.999,<2
Willow>=1.4,<1.10
filetype==1.2.0 # willow
defusedxml==0.7.1 # willow
requests>=2.11.1,<3.0
l18n>=2018.5
xlsxwriter>=1.2.8,<4.0
tablib[xls,xlsx]>=0.14.0
anyascii>=0.1.5
telepath>=0.1.1,<1
# wagtail additions
wagtailfontawesome==1.2.1
wagtailmenus==3.1.2
django-cogwheels==0.3
python-cas==1.6.0
django-cas-ng==5.0.1
asgiref==3.8.1
backports.zoneinfo;python_version<"3.9"