diff --git a/flamingo/REQUIREMENTS-deploy.txt b/flamingo/REQUIREMENTS-deploy.txt index c3c268d344bcad8d6328c50c8005f4be1bdc8ba5..aea50d02e0fc3ef14cf0467046bb6430b50cc43d 100644 --- a/flamingo/REQUIREMENTS-deploy.txt +++ b/flamingo/REQUIREMENTS-deploy.txt @@ -1,4 +1,4 @@ -flamingo[feeds] +flamingo[feeds]==1.3 beautifulsoup4==4.5.3 Pillow==4.3.0 ipython==6 diff --git a/flamingo/REQUIREMENTS-full.txt b/flamingo/REQUIREMENTS-full.txt index 0ef7d4ea528395bf11733449713b2151339c182d..4d30884784b670562be024f7076d0e6628332330 100644 --- a/flamingo/REQUIREMENTS-full.txt +++ b/flamingo/REQUIREMENTS-full.txt @@ -1,4 +1,4 @@ -git+git://github.com/pengutronix/flamingo@v1.0#egg=flamingo[full] +flamingo[full]==1.3 beautifulsoup4==4.5.3 Pillow==4.3.0 ipython==6 diff --git a/flamingo/plugins/rst_ffbs_box.py b/flamingo/plugins/rst_ffbs_box.py index 1dc38e9c38e914bbba2b85070ad6707023570a34..324c043c67ed776f58d779b3abfd2203e7e08d91 100644 --- a/flamingo/plugins/rst_ffbs_box.py +++ b/flamingo/plugins/rst_ffbs_box.py @@ -1,7 +1,7 @@ from docutils.parsers.rst import directives from docutils.nodes import raw -from flamingo.plugins.rst.base import NestedDirective +from flamingo.plugins.rst import NestedDirective def ffbsbox(context): class Div(NestedDirective): diff --git a/flamingo/settings.py b/flamingo/settings.py index 1c61483d11a7db4c4f163ef5023b8d4ba37b78c0..5df53c6a03b4a1824e2e1e1ae33c5fac8245f442 100644 --- a/flamingo/settings.py +++ b/flamingo/settings.py @@ -3,7 +3,6 @@ import os PLUGINS = [ 'flamingo.plugins.Redirects', 'flamingo.plugins.rstBootstrap3', - 'flamingo.plugins.rstFile', 'flamingo.plugins.rstPygments', 'plugins/title.py::Title', 'plugins/git.py::Git',