diff setup.py @ 482:8cf08822207b

beginning move to Gerald 0.4
author catherine.devlin@gmail.com
date Thu, 05 Aug 2010 07:06:48 -0400
parents 920a45f244e8
children 128aa57c4b8d
line wrap: on
line diff
--- a/setup.py	Wed Jun 30 00:15:35 2010 -0400
+++ b/setup.py	Thu Aug 05 07:06:48 2010 -0400
@@ -22,7 +22,7 @@
       url="http://packages.python.org/sqlpython",
       packages=find_packages(),
       include_package_data=True,    
-      install_requires=['pyparsing','cmd2>=0.6.1','gerald>=0.3.6',
+      install_requires=['pyparsing','cmd2>=0.6.1','gerald>=0.4.0',
                         'genshi>=0.5'],
       extras_require = {
         'oracle':  ['cx_Oracle>=5.0.2'],