[wwwsearch-commits] r33295 - wwwsearch/mechanize/trunk
jjlee at codespeak.net
jjlee at codespeak.net
Sat Oct 14 22:18:54 CEST 2006
Author: jjlee
Date: Sat Oct 14 22:18:53 2006
New Revision: 33295
Modified:
wwwsearch/mechanize/trunk/setup.py
Log:
Fix dependencies
Modified: wwwsearch/mechanize/trunk/setup.py
==============================================================================
--- wwwsearch/mechanize/trunk/setup.py (original)
+++ wwwsearch/mechanize/trunk/setup.py Sat Oct 14 22:18:53 2006
@@ -53,12 +53,7 @@
## open("mechanize/_mechanize.py").read())
## VERSION = unparse_version(str_to_tuple(VERSION_MATCH.group(1)))
VERSION = "0.1.4b"
-INSTALL_REQUIRES = [
- "ClientForm>=0.2.2, ==dev",
- # there's no dependency on BeautifulSoup, but people get confused when
- # BeautifulSoup 3 doesn't work
- "BeautifulSoup>=2.1.1, <3.0",
- ]
+INSTALL_REQUIRES = ["ClientForm>=0.2.4, ==dev"]
NAME = "mechanize"
PACKAGE = True
LICENSE = "BSD" # or ZPL 2.1
More information about the wwwsearch-commits
mailing list