[wwwsearch-commits] r19541 - wwwsearch/mechanize/trunk
jjlee at codespeak.net
jjlee at codespeak.net
Sat Nov 5 03:02:36 CET 2005
Author: jjlee
Date: Sat Nov 5 03:02:35 2005
New Revision: 19541
Modified:
wwwsearch/mechanize/trunk/setup.py
Log:
Update dependency info
Modified: wwwsearch/mechanize/trunk/setup.py
==============================================================================
--- wwwsearch/mechanize/trunk/setup.py (original)
+++ wwwsearch/mechanize/trunk/setup.py Sat Nov 5 03:02:35 2005
@@ -39,7 +39,7 @@
, open("mechanize/_mechanize.py").read())
VERSION = unparse_version(str_to_tuple(VERSION_MATCH.group(1)))
INSTALL_REQUIRES = [
- "ClientForm>=0.2.1, ==dev", "ClientCookie>=1.0.3, ==dev", "pullparser>=0.0.4"]
+ "ClientForm>=0.2.1, ==dev", "ClientCookie>=1.0.4, ==dev", "pullparser>=0.0.7"]
NAME = "mechanize"
PACKAGE = True
LICENSE = "BSD"
More information about the wwwsearch-commits
mailing list