diff options
author | Larry Hajali <larryhaja[at]gmail[dot]com> | 2013-02-24 20:26:15 -0600 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2013-02-24 20:27:37 -0600 |
commit | e2d31082a3006045756f483eea9d3a0759ff6128 (patch) | |
tree | 0777fd670a631b3d9eaa27e39147402fe7d07394 /python/pyquery/README | |
parent | b2b78b8bc2b60d1db146e5a814317079ea7a1ef6 (diff) | |
download | slackbuilds-e2d31082a3006045756f483eea9d3a0759ff6128.tar.gz |
python/pyquery: Updated for version 1.2.4.
This fixes breakage introduced by the lxml upgrade at
commit 3c0aaed321f46affe9941537a852fbedf296cdcd on
December 22, 2012.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'python/pyquery/README')
-rw-r--r-- | python/pyquery/README | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/python/pyquery/README b/python/pyquery/README index 524e8c2cd5..1a8c07b98f 100644 --- a/python/pyquery/README +++ b/python/pyquery/README @@ -8,3 +8,6 @@ It can be used for many purposes, one idea that I might try in the future is to use it for templating with pure http templates that you modify using pyquery. I can also be used for web scrapping or for theming applications. + +Optional python dependencies: webob, restkit, request, and deliverance +(not available at slackbuilds.org) |