diff options
author | Jesús <heckyel@hyperbola.info> | 2019-09-24 16:02:26 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2019-09-24 16:02:26 -0500 |
commit | ef9647c87a8f3e31a1e5932f733c3e01d50d449f (patch) | |
tree | 511f6c28387c450e6e65c8c8da297bc8e0418d94 | |
parent | 4430b38d6d0bae8effe05cedab2d3f0c66f5ba72 (diff) | |
download | cl-ef9647c87a8f3e31a1e5932f733c3e01d50d449f.tar.lz cl-ef9647c87a8f3e31a1e5932f733c3e01d50d449f.tar.xz cl-ef9647c87a8f3e31a1e5932f733c3e01d50d449f.zip |
update requirements
-rw-r--r-- | requirements.txt | 25 |
1 files changed, 13 insertions, 12 deletions
diff --git a/requirements.txt b/requirements.txt index c6a0917..2cf489e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,17 +1,18 @@ -Babel==2.6.0 -beautifulsoup4==4.7.1 +Babel==2.7.0 +beautifulsoup4==4.8.0 blinker==1.4 -docutils==0.14 +docutils==0.15.2 feedgenerator==1.9 html5validator==0.3.1 -Jinja2==2.10 -Markdown==3.1 +Jinja2==2.10.1 +Markdown==3.1.1 markdown-extra==1.0.1 -MarkupSafe==1.1.0 -pelican==4.0.1 -Pygments==2.3.1 -python-dateutil==2.7.5 -pytz==2018.9 +MarkupSafe==1.1.1 +pelican==4.1.2 +Pygments==2.4.2 +python-dateutil==2.8.0 +pytz==2019.2 +PyYAML==5.1.2 six==1.12.0 -soupsieve==1.7.3 -Unidecode==1.0.23 +soupsieve==1.9.3 +Unidecode==1.1.1 |