Add dependency on django-filter

pull/5959/head
Karl Hobley 2020-03-12 11:36:45 +00:00 zatwierdzone przez Matt Westcott
rodzic 3cfc56c428
commit a11de58a63
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

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