summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorasciimoo <asciimoo@gmail.com>2014-01-19 00:17:02 +0100
committerasciimoo <asciimoo@gmail.com>2014-01-19 00:17:02 +0100
commit3afdd1d9941527e23cd7c05d2c15dd24a32de834 (patch)
tree4bc85cba1b0784e1528ef0d235562201e4f0c437 /setup.py
parent39ebe1d5193bf62340bc101d51cab77df3c06f7e (diff)
[enh] settings unification - new dependency: pyyaml
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index e1ef5248..5b3d589a 100644
--- a/setup.py
+++ b/setup.py
@@ -32,6 +32,7 @@ setup(
'flask',
'grequests',
'lxml',
+ 'pyyaml',
'setuptools',
],
extras_require={