From b2e0e8f0f4ae3c951c71fe4f0ce03d274b5a94a5 Mon Sep 17 00:00:00 2001 From: "M. Taylor Saotome-Westlake" Date: Fri, 8 Sep 2017 16:28:11 -0700 Subject: [PATCH] bump dependencies, update .gitignore --- .gitignore | 6 +++++- requirements.txt | 21 +++++++++++---------- 2 files changed, 16 insertions(+), 11 deletions(-) diff --git a/.gitignore b/.gitignore index 0a2d2b5..14396cf 100644 --- a/.gitignore +++ b/.gitignore @@ -5,4 +5,8 @@ pyvenv.cfg pip-selfcheck.json __pycache__/ -output/ \ No newline at end of file +output/ +share/ + +pelican.pid +srv.pid diff --git a/requirements.txt b/requirements.txt index 81fdf0d..ac0473a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,12 +1,13 @@ blinker==1.4 -docutils==0.12 -feedgenerator==1.8 -Jinja2==2.8 -Markdown==2.6.6 -MarkupSafe==0.23 -pelican==3.6.3 -Pygments==2.1.3 -python-dateutil==2.5.3 -pytz==2016.6.1 +docutils==0.14 +feedgenerator==1.9 +Jinja2==2.9.6 +Markdown==2.6.9 +MarkupSafe==1.0 +pelican==3.7.1 +pkg-resources==0.0.0 +Pygments==2.2.0 +python-dateutil==2.6.1 +pytz==2017.2 six==1.10.0 -Unidecode==0.4.19 +Unidecode==0.4.21 -- 2.17.1