[wwwsearch-commits] r19542 - wwwsearch/mechanize/trunk
jjlee at codespeak.net
jjlee at codespeak.net
Sat Nov 5 03:03:22 CET 2005
Author: jjlee
Date: Sat Nov 5 03:03:21 2005
New Revision: 19542
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:03:21 2005
@@ -39,7 +39,9 @@
, 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.4, ==dev", "pullparser>=0.0.7"]
+ "ClientForm>=0.2.1, ==dev",
+ "ClientCookie>=1.0.4, ==dev",
+ "pullparser>=0.0.7, ==dev"]
NAME = "mechanize"
PACKAGE = True
LICENSE = "BSD"
More information about the wwwsearch-commits
mailing list