[wwwsearch-commits] r19369 - wwwsearch/mechanize/trunk
jjlee at codespeak.net
jjlee at codespeak.net
Tue Nov 1 19:47:01 CET 2005
Author: jjlee
Date: Tue Nov 1 19:47:00 2005
New Revision: 19369
Modified:
wwwsearch/mechanize/trunk/setup.py
Log:
Attempt to allow dev version to satisfy dependency
Modified: wwwsearch/mechanize/trunk/setup.py
==============================================================================
--- wwwsearch/mechanize/trunk/setup.py (original)
+++ wwwsearch/mechanize/trunk/setup.py Tue Nov 1 19:47:00 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", "ClientCookie>=1.0.3", "pullparser>=0.0.4"]
+ "ClientForm>=0.2.1, ==dev", "ClientCookie>=1.0.3, ==dev", "pullparser>=0.0.4"]
NAME = "mechanize"
PACKAGE = True
LICENSE = "BSD"
More information about the wwwsearch-commits
mailing list