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 /setup.py | |
parent | 39ebe1d5193bf62340bc101d51cab77df3c06f7e (diff) | |
download | searxng-3afdd1d9941527e23cd7c05d2c15dd24a32de834.tar.gz searxng-3afdd1d9941527e23cd7c05d2c15dd24a32de834.zip |
[enh] settings unification - new dependency: pyyaml
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -32,6 +32,7 @@ setup( 'flask', 'grequests', 'lxml', + 'pyyaml', 'setuptools', ], extras_require={ |