File tree Expand file tree Collapse file tree 2 files changed +22
-6
lines changed Expand file tree Collapse file tree 2 files changed +22
-6
lines changed Original file line number Diff line number Diff line change @@ -34,14 +34,14 @@ djangocms-video>=3.0,<4.0
34
34
djangocms-file>=3.0,<4.0
35
35
djangocms-picture>=3.0,<4.0
36
36
37
-
37
+ easy-thumbnails==2.8.0
38
38
# optional django CMS Bootstrap 4 modules
39
39
djangocms-bootstrap4>=2.0,<3.0
40
40
# optional django CMS Bootstrap 5 modules (alpha) - requires BS5 frontend setup in the templates
41
41
# as of Q4 2021 there are still basic issues with djangocms-bootstrap5
42
42
# https://github.com/gl-agnx/djangocms-bootstrap5/archive/refs/heads/master.zip#egg=djangocms_bootstrap5
43
43
44
44
# Django Filer - optional, but used in most projects (alpha)
45
- https://github.com/django-cms/django-filer/archive/refs/tags/2.1rc4 .zip#egg=django-filer
45
+ https://github.com/django-cms/django-filer/archive/refs/tags/2.1.1 .zip#egg=django-filer
46
46
47
47
pip-tools # needed for compilation of this file into requirements.txt, see start of file
Original file line number Diff line number Diff line change 1
1
#
2
- # This file is autogenerated by pip-compile with python 3.8
2
+ # This file is autogenerated by pip-compile with python 3.9
3
3
# To update, run:
4
4
#
5
5
# pip-compile requirements.in
@@ -12,6 +12,8 @@ botocore==1.17.63
12
12
# via
13
13
# boto3
14
14
# s3transfer
15
+ click == 8.0.3
16
+ # via pip-tools
15
17
cssselect2 == 0.4.1
16
18
# via svglib
17
19
dj-database-url == 0.5.0
@@ -44,7 +46,7 @@ django-cms==3.9.0
44
46
# djangocms-style
45
47
# djangocms-text-ckeditor
46
48
# djangocms-video
47
- django-filer @ https://github.com/django-cms/django-filer/archive/refs/tags/2.1rc4 .zip
49
+ django-filer @ https://github.com/django-cms/django-filer/archive/refs/tags/2.1.1 .zip
48
50
# via
49
51
# -r requirements.in
50
52
# djangocms-bootstrap4
@@ -106,8 +108,10 @@ djangocms-video==3.0.0
106
108
# via -r requirements.in
107
109
docutils == 0.15.2
108
110
# via botocore
109
- easy-thumbnails == 2.8rc0
110
- # via djangocms-picture
111
+ easy-thumbnails == 2.8.0
112
+ # via
113
+ # -r requirements.in
114
+ # djangocms-picture
111
115
furl == 2.1.3
112
116
# via django-storage-url
113
117
html5lib == 1.1
@@ -120,11 +124,15 @@ lxml==4.6.3
120
124
# via svglib
121
125
orderedmultidict == 1.0.1
122
126
# via furl
127
+ pep517 == 0.12.0
128
+ # via pip-tools
123
129
pillow == 8.3.2
124
130
# via
125
131
# djangocms-text-ckeditor
126
132
# easy-thumbnails
127
133
# reportlab
134
+ pip-tools == 6.4.0
135
+ # via -r requirements.in
128
136
psycopg2 == 2.8.5
129
137
# via -r requirements.in
130
138
python-dateutil == 2.8.2
@@ -154,6 +162,8 @@ tinycss2==1.1.0
154
162
# via
155
163
# cssselect2
156
164
# svglib
165
+ tomli == 1.2.2
166
+ # via pep517
157
167
urllib3 == 1.25.11
158
168
# via botocore
159
169
uwsgi == 2.0.19.1
@@ -163,5 +173,11 @@ webencodings==0.5.1
163
173
# cssselect2
164
174
# html5lib
165
175
# tinycss2
176
+ wheel == 0.37.0
177
+ # via pip-tools
166
178
whitenoise == 5.2.0
167
179
# via -r requirements.in
180
+
181
+ # The following packages are considered to be unsafe in a requirements file:
182
+ # pip
183
+ # setuptools
You can’t perform that action at this time.
0 commit comments