Fix some dependency issue with wagtail

This commit is contained in:
Martin Pépin 2019-11-22 21:02:15 +08:00
parent 82746f1492
commit a3ca2e66bf
No known key found for this signature in database
GPG key ID: E7520278B1774448
2 changed files with 3 additions and 5 deletions

View file

@ -1598,8 +1598,7 @@
"localhost",
8000
],
"max_levels": 2,
"use_specific": 1
"max_levels": 2
}
},
{
@ -1613,8 +1612,7 @@
"title": "K-F\u00eat - Navigation",
"handle": "kfet-nav",
"heading": "",
"max_levels": 1,
"use_specific": 1
"max_levels": 1
}
}
]

View file

@ -19,6 +19,6 @@ ldap3
channels==1.1.5
python-dateutil
wagtail==2.4.*
wagtailmenus<3
wagtailmenus==3.*
wagtail-modeltranslation==0.10.*
django-cors-headers==2.2.0