1
Fork 0

Allow Wagtail 4.1

This commit is contained in:
Jake Howard 2023-04-16 14:26:12 +01:00 committed by GitHub
parent ad7facef5c
commit 031296f376
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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",