mirror of
https://github.com/wagtail/wagtail.git
synced 2024-11-24 01:57:32 +01:00
Specify django-taggit 0.22.2 for Django 2.0 support
This commit is contained in:
parent
0b44392c3d
commit
cca7653839
2
setup.py
2
setup.py
@ -23,7 +23,7 @@ except ImportError:
|
||||
install_requires = [
|
||||
"Django>=1.11,<2.1",
|
||||
"django-modelcluster>=4.0,<5.0",
|
||||
"django-taggit>=0.20,<1.0",
|
||||
"django-taggit>=0.22.2,<1.0",
|
||||
"django-treebeard>=4.2.0,<5.0",
|
||||
"djangorestframework>=3.1.3,<4.0",
|
||||
"Pillow>=2.6.1,<5.0",
|
||||
|
Loading…
Reference in New Issue
Block a user