kopia lustrzana https://github.com/wagtail/wagtail
fixup! Unpin django-filter's top boundary (#12885)
rodzic
8dd59b149a
commit
81171b1eae
2
setup.py
2
setup.py
|
@ -25,7 +25,7 @@ install_requires = [
|
||||||
"django-taggit>=5.0,<6.2",
|
"django-taggit>=5.0,<6.2",
|
||||||
"django-treebeard>=4.5.1,<5.0",
|
"django-treebeard>=4.5.1,<5.0",
|
||||||
"djangorestframework>=3.15.1,<4.0",
|
"djangorestframework>=3.15.1,<4.0",
|
||||||
"django-filter>=23.3,<25",
|
"django-filter>=23.3",
|
||||||
"draftjs_exporter>=2.1.5,<6.0",
|
"draftjs_exporter>=2.1.5,<6.0",
|
||||||
"Pillow>=9.1.0,<12.0.0",
|
"Pillow>=9.1.0,<12.0.0",
|
||||||
"beautifulsoup4>=4.8,<4.13",
|
"beautifulsoup4>=4.8,<4.13",
|
||||||
|
|
Ładowanie…
Reference in New Issue