Skip to content

Commit f8f5705

Browse files
committed
Install django-filer with SVG support
1 parent 7c306dc commit f8f5705

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@
55

66

77
REQUIREMENTS = [
8-
'django>=2.2,<4.1',
8+
'django>=2.2,<5',
99
'django-mptt',
1010
'django-polymorphic',
11-
'easy-thumbnails>=2.8.0',
11+
'easy-thumbnails[svg]',
1212
'Unidecode>=0.04,<1.2',
1313
]
1414

0 commit comments

Comments
 (0)