0
0
mirror of https://github.com/wagtail/wagtail.git synced 2024-11-24 01:57:32 +01:00

Add dependency on django-filter

This commit is contained in:
Karl Hobley 2020-03-12 11:36:45 +00:00 committed by Matt Westcott
parent 3cfc56c428
commit a11de58a63

View File

@ -26,6 +26,7 @@ install_requires = [
"django-taggit>=1.0,<2.0",
"django-treebeard>=4.2.0,<5.0",
"djangorestframework>=3.7.4,<4.0",
"django-filter>=2.2,<3.0",
"draftjs_exporter>=2.1.5,<3.0",
"Pillow>=4.0.0,<8.0.0",
"beautifulsoup4>=4.8,<4.9",