Allow Wagtail 4.1
This commit is contained in:
parent
ad7facef5c
commit
031296f376
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
@ -38,7 +38,7 @@ setup(
|
|||
"templates/wagtail_draftail_snippet/*.html",
|
||||
]
|
||||
},
|
||||
install_requires=["wagtail>=2.15.0,<4.0"],
|
||||
install_requires=["wagtail>=2.15.0,<4.2"],
|
||||
extras_require={
|
||||
"dev": [
|
||||
"black==19.*,>=19.10.0",
|
||||
|
|
Reference in a new issue