diff options
author | Alexandre Flament <alex@al-f.net> | 2020-09-16 08:53:05 +0200 |
---|---|---|
committer | Alexandre Flament <alex@al-f.net> | 2021-03-16 09:07:08 +0100 |
commit | 32cd0d31b3bb7e1c41ce11fd4e4ee9de557ae9a7 (patch) | |
tree | af37e7b3b0ddfb9a1ec83ada8630d4c404241a16 /requirements.txt | |
parent | 4c631ac6d0bbe3338598329ee562b92f6766d63a (diff) | |
download | searxng-32cd0d31b3bb7e1c41ce11fd4e4ee9de557ae9a7.tar.gz searxng-32cd0d31b3bb7e1c41ce11fd4e4ee9de557ae9a7.zip |
[mod] upgrade pygments
add searx_extra/update/update_pygments.py to update the css style of the oscar and simple themes.
Diffstat (limited to 'requirements.txt')
-rw-r--r-- | requirements.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt index e6a25c998..39eff78ad 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,7 +5,7 @@ flask==1.1.2 idna==2.10 jinja2==2.11.3 lxml==4.6.2 -pygments==2.1.3 +pygments==2.8.0 python-dateutil==2.8.1 pyyaml==5.4.1 requests[socks]==2.25.1 |