mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-05-21 13:31:54 +00:00
bump/un-pin versions of modelcluster and taggit
This commit is contained in:
parent
4c03e39362
commit
464dbc9ae2
1 changed files with 2 additions and 2 deletions
4
setup.py
4
setup.py
|
|
@ -31,8 +31,8 @@ install_requires = [
|
|||
"Django>=1.7.1,<1.8",
|
||||
"django-compressor>=1.4",
|
||||
"django-libsass>=0.2",
|
||||
"django-modelcluster>=0.5",
|
||||
"django-taggit==0.12.3",
|
||||
"django-modelcluster>=0.6",
|
||||
"django-taggit>=0.13.0",
|
||||
"django-treebeard==3.0",
|
||||
"Pillow>=2.6.1",
|
||||
"beautifulsoup4>=4.3.2",
|
||||
|
|
|
|||
Loading…
Reference in a new issue