diff options
author | asciimoo <asciimoo@gmail.com> | 2014-01-19 00:17:02 +0100 |
---|---|---|
committer | asciimoo <asciimoo@gmail.com> | 2014-01-19 00:17:02 +0100 |
commit | 3afdd1d9941527e23cd7c05d2c15dd24a32de834 (patch) | |
tree | 4bc85cba1b0784e1528ef0d235562201e4f0c437 /requirements.txt | |
parent | 39ebe1d5193bf62340bc101d51cab77df3c06f7e (diff) | |
download | searxng-3afdd1d9941527e23cd7c05d2c15dd24a32de834.tar.gz searxng-3afdd1d9941527e23cd7c05d2c15dd24a32de834.zip |
[enh] settings unification - new dependency: pyyaml
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 ed27ce9c8..2ff135f16 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,4 @@ flask grequests lxml +pyyaml |