diff options
author | Jesús <heckyel@hyperbola.info> | 2020-01-14 19:07:41 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2020-01-14 19:07:41 -0500 |
commit | 19b36cbbea165c0390b4cf2efa418e6e794dd49e (patch) | |
tree | 07c5143b3043199137a55e674dfb8975e7ebc743 | |
parent | 35e2028870c17a4475864b18a052ae07206f5cdb (diff) | |
download | cl-19b36cbbea165c0390b4cf2efa418e6e794dd49e.tar.lz cl-19b36cbbea165c0390b4cf2efa418e6e794dd49e.tar.xz cl-19b36cbbea165c0390b4cf2efa418e6e794dd49e.zip |
update requirements
-rw-r--r-- | requirements.txt | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/requirements.txt b/requirements.txt index e2a7336..56c10bf 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,18 +1,19 @@ -Babel==2.7.0 -beautifulsoup4==4.8.1 +Babel==2.8.0 +beautifulsoup4==4.8.2 blinker==1.4 +docutils==0.16 docutils==0.15.2 feedgenerator==1.9 -html5validator==0.3.1 +html5validator==0.3.3 Jinja2==2.10.3 Markdown==3.1.1 markdown-extra==1.0.1 MarkupSafe==1.1.1 pelican==4.2.0 -Pygments==2.4.2 +Pygments==2.5.2 python-dateutil==2.8.1 pytz==2019.3 -PyYAML==5.1.2 +PyYAML==5.3 six==1.13.0 soupsieve==1.9.5 Unidecode==1.1.1 |