kopia lustrzana https://github.com/wagtail/wagtail
Remove Django 2.1 from install_requires
Since Wagtail 2.9, Django >=2.2 is required. https://docs.wagtail.io/en/v2.9/releases/upgrading.html#compatible-django-python-versionspull/6202/head
rodzic
80f7db750a
commit
e9fa7ea915
2
setup.py
2
setup.py
|
@ -21,7 +21,7 @@ except ImportError:
|
|||
|
||||
|
||||
install_requires = [
|
||||
"Django>=2.1,<3.1",
|
||||
"Django>=2.2,<3.1",
|
||||
"django-modelcluster>=5.0,<6.0",
|
||||
"django-taggit>=1.0,<2.0",
|
||||
"django-treebeard>=4.2.0,<5.0",
|
||||
|
|
Ładowanie…
Reference in New Issue