mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-03-16 22:10:28 +00:00
Pin django-rest-framework to <3.7 to preserve Django 1.8 support
This commit is contained in:
parent
e93b21036e
commit
e6d9428949
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
|
@ -25,7 +25,7 @@ install_requires = [
|
|||
"django-modelcluster>=3.1,<4.0",
|
||||
"django-taggit>=0.20,<1.0",
|
||||
"django-treebeard>=3.0,<5.0",
|
||||
"djangorestframework>=3.1.3",
|
||||
"djangorestframework>=3.1.3,<3.7", # 3.7 drops Django 1.8 support
|
||||
"Pillow>=2.6.1",
|
||||
"beautifulsoup4>=4.5.1",
|
||||
"html5lib>=0.999,<1",
|
||||
|
|
|
|||
Loading…
Reference in a new issue