diff --git a/docs/advanced_topics/embeds.md b/docs/advanced_topics/embeds.md index a101709f4f..058b8d97c7 100644 --- a/docs/advanced_topics/embeds.md +++ b/docs/advanced_topics/embeds.md @@ -247,7 +247,7 @@ be hosted on different providers and you need to implement custom controls for them. Wagtail has built in support for fetching embeds from Embed.ly. To use it, -first pip install the `Embedly` [python package](https://pypi.org/project/Embedly/). +first pip install the `embedly2` [python package](https://pypi.org/project/embedly2/). Now add an embed finder to your `WAGTAILEMBEDS_FINDERS` setting that uses the `wagtail.embeds.finders.oembed` class and pass it your API key: diff --git a/setup.py b/setup.py index 7b833eb98c..3b67de3a69 100755 --- a/setup.py +++ b/setup.py @@ -49,6 +49,7 @@ testing_extras = [ "azure-mgmt-cdn>=12.0,<13.0", "azure-mgmt-frontdoor>=1.0,<1.1", "django-pattern-library>=0.7", + "embedly2==0.6.0", # For coverage and PEP8 linting "coverage>=3.7.0", "doc8==0.8.1", diff --git a/tox.ini b/tox.ini index d13ff719b5..05bfd86417 100644 --- a/tox.ini +++ b/tox.ini @@ -19,9 +19,6 @@ basepython = py312: python3.12 deps = - django-sendfile==0.3.6 - Embedly - dj42: Django~=4.2.0 dj50: Django~=5.0.0 dj50stable: git+https://github.com/django/django.git@stable/5.0.x#egg=Django