Skip to content

Commit

Permalink
Allow install on Wagtail 2.13
Browse files Browse the repository at this point in the history
  • Loading branch information
zerolab authored and kaedroho committed May 7, 2021
1 parent ab12cc1 commit a573f5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
],
install_requires=[
"Django>=2.2,<3.2",
"Wagtail>=2.11,<2.13",
"Wagtail>=2.11,<2.14",
"user-agents>=2.2,<2.3",
"numpy>=1.19.4,<1.20",
"scipy>=1.5.4,<1.6",
Expand Down

0 comments on commit a573f5b

Please sign in to comment.