changeset 372:832ec6607b22

v1.6.7 uploaded
author catherine@cordelia
date Sat, 08 Aug 2009 00:31:05 -0400
parents e0750f7967d7
children 2fd766784ff2
files setup.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/setup.py	Fri Aug 07 16:34:47 2009 -0400
+++ b/setup.py	Sat Aug 08 00:31:05 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.4','cx_Oracle>=5.0.2',
+      install_requires=['pyparsing','cmd2>=0.5.5','cx_Oracle>=5.0.2',
                         'genshi>=0.5','sqlalchemy'],
       keywords = 'client oracle database',
       license = 'MIT',