mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-04-18 22:10:59 +00:00
Update dependencies for django-modelcluster 3.0
This commit is contained in:
parent
0e9c255b03
commit
be74f762f0
1 changed files with 2 additions and 2 deletions
4
setup.py
4
setup.py
|
|
@ -22,8 +22,8 @@ except ImportError:
|
|||
|
||||
install_requires = [
|
||||
"Django>=1.8.1,<1.11",
|
||||
"django-modelcluster>=2.0,<3.0",
|
||||
"django-taggit>=0.18,<0.19",
|
||||
"django-modelcluster==3.0a1",
|
||||
"django-taggit>=0.20,<1.0",
|
||||
"django-treebeard>=3.0,<5.0",
|
||||
"djangorestframework>=3.1.3",
|
||||
"Pillow>=2.6.1",
|
||||
|
|
|
|||
Loading…
Reference in a new issue