torchbox / wagtail-grapple

A Wagtail app that makes building GraphQL endpoints a breeze!
https://wagtail-grapple.readthedocs.io/en/latest/
Other
152 stars 57 forks source link

Support for Wagtail 2.7 #35

Closed glensomerville closed 4 years ago

glensomerville commented 4 years ago

I know Wagtail 2.7 is quite fresh still, but just wondering whether it would be possible to add support? Pipenv is complaining about incompatible versions in dependencies when trying to install wagtail-grapple into a project with Wagtail 2.7.

zerolab commented 4 years ago

Opened #36 to address the setup issue. Note that it depends on https://github.com/torchbox/wagtailmedia/pull/63 as well. Will look at speeding up the fix release

glensomerville commented 4 years ago

Opened #36 to address the setup issue. Note that it depends on torchbox/wagtailmedia#63 as well. Will look at speeding up the fix release

Great, thanks! I got around the issue in dev with pipenv install --skip-lock for the time being.

zerolab commented 4 years ago

wagtailmedia has a new release, so this should be sorted