diff setup.py @ 356:c86177642f75

replacing stdout with poutput; no bracketing partial pulls with remarks
author catherine@cordelia
date Thu, 30 Apr 2009 08:48:06 -0400
parents 09bb5789e72d
children 9960bece1e88
line wrap: on
line diff
--- a/setup.py	Wed Apr 29 17:54:09 2009 -0400
+++ b/setup.py	Thu Apr 30 08:48:06 2009 -0400
@@ -17,7 +17,7 @@
       url="http://packages.python.org/sqlpython",
       packages=find_packages(),
       include_package_data=True,    
-      install_requires=['pyparsing','cmd2>=0.5.2','cx_Oracle','genshi>=0.5','sqlalchemy'],
+      install_requires=['pyparsing','cmd2>=0.5.3','cx_Oracle','genshi>=0.5','sqlalchemy'],
       keywords = 'client oracle database',
       license = 'MIT',
       platforms = ['any'],