diff setup.py @ 396:9c724e555c91

re.match is betraying me
author catherine@DellZilla
date Thu, 08 Oct 2009 09:36:07 -0400
parents 9fc0da48b2c4
children 3a2db0db302f
line wrap: on
line diff
--- a/setup.py	Wed Oct 07 13:23:34 2009 -0400
+++ b/setup.py	Thu Oct 08 09:36:07 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.5','cx_Oracle>=5.0.2',
+      install_requires=['pyparsing','cmd2>=0.5.6','cx_Oracle>=5.0.2',
                         'genshi>=0.5','sqlalchemy'],
       keywords = 'client oracle database',
       license = 'MIT',