changeset 363:5e98e7917de8

require cx_Oracle 5.0.2
author catherine@cordelia
date Tue, 02 Jun 2009 07:42:09 -0400
parents d0f8c9e81efc
children ea6d35cb6c73
files setup.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/setup.py	Tue Jun 02 07:39:20 2009 -0400
+++ b/setup.py	Tue Jun 02 07:42:09 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.1',
+      install_requires=['pyparsing','cmd2>=0.5.4','cx_Oracle>=5.0.2',
                         'genshi>=0.5','sqlalchemy'],
       keywords = 'client oracle database',
       license = 'MIT',