mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-03-16 22:10:28 +00:00
Update Django version requirement in setup.py
This commit is contained in:
parent
a4c3ccc464
commit
9ae6e9025a
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
|
@ -21,7 +21,7 @@ except ImportError:
|
|||
|
||||
|
||||
install_requires = [
|
||||
"Django>=1.11,<2.2",
|
||||
"Django>=2.0,<2.2",
|
||||
"django-modelcluster>=4.2,<5.0",
|
||||
"django-taggit>=0.23,<0.24",
|
||||
"django-treebeard>=4.2.0,<5.0",
|
||||
|
|
|
|||
Loading…
Reference in a new issue