From 439ecc07fcbf1a7541ed6536fd14f5cde5828c1a Mon Sep 17 00:00:00 2001 From: Marvin Steadfast Date: Tue, 16 Jun 2015 11:03:00 +0200 Subject: [PATCH] new pelican version --- pelican-plugins | 2 +- pelicanconf.py | 1 + requirements.txt | 24 ++++++++++++++++++------ 3 files changed, 20 insertions(+), 7 deletions(-) diff --git a/pelican-plugins b/pelican-plugins index 25aafb1..3d18291 160000 --- a/pelican-plugins +++ b/pelican-plugins @@ -1 +1 @@ -Subproject commit 25aafb1f0988584e62bdf3feacaf4eabd5ef647b +Subproject commit 3d18291c90f35de46f0a18377119783282b06f79 diff --git a/pelicanconf.py b/pelicanconf.py index 22efd31..fae8895 100644 --- a/pelicanconf.py +++ b/pelicanconf.py @@ -71,6 +71,7 @@ NOTEBOOK_DIR = 'notebooks' EXTRA_HEADER = open('_nb_header.html').read().decode('utf-8').replace( 'highlight', 'highlight-ipynb') +CACHE_CONTENT = True LOAD_CONTENT_CACHE = True # disable tags diff --git a/requirements.txt b/requirements.txt index b3a898c..99bcf93 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,17 +1,29 @@ +BeautifulSoup==3.2.1 Jinja2==2.7.3 Markdown==2.4 MarkupSafe==0.23 -Pygments==2.0.1 -Unidecode==0.04.17 +Pygments==2.0.2 +Unidecode==0.04.18 +argparse==1.2.1 +backports.ssl-match-hostname==3.4.0.2 +beautifulsoup4==4.3.2 blinker==1.3 certifi==14.05.14 docutils==0.12 feedgenerator==1.7 +functools32==3.2.3-1 ghp-import==0.4.1 -ipython==2.3.1 -pelican==3.5.0 -python-dateutil==2.4.0 -pytz==2014.10 +ipython==3.1.0 +jsonschema==2.5.1 +lxml==3.4.2 +mistune==0.5.1 +pelican==3.6.0 +ptyprocess==0.5 +python-dateutil==2.4.2 +pytz==2015.4 pyzmq==14.4.1 +requests==2.6.0 six==1.9.0 +terminado==0.5 tornado==4.0.2 +wsgiref==0.1.2