We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3446811 commit b009492Copy full SHA for b009492
setup.py
@@ -41,7 +41,7 @@
41
],
42
install_requires=[
43
"Django>=2.2,<3.3",
44
- "Wagtail>=2.11,<2.14",
+ "Wagtail>=2.11,<2.15",
45
"user-agents>=2.2,<2.3",
46
"numpy>=1.19.4,<1.20",
47
"scipy>=1.5.4,<1.6",
tox.ini
@@ -27,7 +27,7 @@ deps =
27
djmaster: git+https://github.com/django/django.git@master#egg=Django
28
djmaster: git+https://github.com/wagtail/django-modelcluster.git
29
30
- wa211: wagtail>=2.11,<2.12
+ wa211: wagtail>=2.11,<2.15
31
wamain: git+https://github.com/wagtail/wagtail.git
32
33
postgres: psycopg2>=2.6
0 commit comments