diff --git a/setup.py b/setup.py index 88336bd528..fd2ef76a46 100755 --- a/setup.py +++ b/setup.py @@ -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",