diff options
author | Thomas Pointhuber <thomas.pointhuber@gmx.at> | 2014-12-20 23:33:03 +0100 |
---|---|---|
committer | Thomas Pointhuber <thomas.pointhuber@gmx.at> | 2014-12-20 23:33:03 +0100 |
commit | 7adb17452d8c845f46858b4cebe8198988edfdbc (patch) | |
tree | c067e862d398de12544c48c3eb64e6401a8bb199 /requirements.txt | |
parent | 2e41bfcbdbb762be610ff379380ea2201f544edd (diff) | |
download | searxng-7adb17452d8c845f46858b4cebe8198988edfdbc.tar.gz searxng-7adb17452d8c845f46858b4cebe8198988edfdbc.zip |
[enh] add result_templates/code.html
Diffstat (limited to 'requirements.txt')
-rw-r--r-- | requirements.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/requirements.txt b/requirements.txt index 07b53d2ad..2d434825d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,4 +3,5 @@ flask-babel requests lxml pyyaml +pygments python-dateutil |