diff options
author | Jesús <heckyel@hyperbola.info> | 2020-01-19 18:05:14 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2020-01-19 18:05:14 -0500 |
commit | 96d40a702d8d975f31b2ea1e3ee49bf538fd52a7 (patch) | |
tree | 6a544df0ab44e8dc1deb00e8542ee881907b895f | |
parent | 83b09fc1ea90930ad4887506f9f51765cd2eb7e9 (diff) | |
download | cl-96d40a702d8d975f31b2ea1e3ee49bf538fd52a7.tar.lz cl-96d40a702d8d975f31b2ea1e3ee49bf538fd52a7.tar.xz cl-96d40a702d8d975f31b2ea1e3ee49bf538fd52a7.zip |
downgrade Pygments
-rw-r--r-- | requirements.txt | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/requirements.txt b/requirements.txt index 56c10bf..9b84422 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,6 @@ Babel==2.8.0 beautifulsoup4==4.8.2 blinker==1.4 docutils==0.16 -docutils==0.15.2 feedgenerator==1.9 html5validator==0.3.3 Jinja2==2.10.3 @@ -10,7 +9,7 @@ Markdown==3.1.1 markdown-extra==1.0.1 MarkupSafe==1.1.1 pelican==4.2.0 -Pygments==2.5.2 +Pygments==2.4.2 python-dateutil==2.8.1 pytz==2019.3 PyYAML==5.3 |