diff setup.py @ 497:128aa57c4b8d

first try at switching postgres query to dbapiext form
author Catherine Devlin <catherine.devlin@gmail.com>
date Wed, 27 Oct 2010 10:04:31 -0400
parents 8cf08822207b
children 1feb33957443
line wrap: on
line diff
--- a/setup.py	Wed Sep 15 17:28:25 2010 -0400
+++ b/setup.py	Wed Oct 27 10:04:31 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.4.0',
+      install_requires=['pyparsing','cmd2>=0.6.1','gerald>=0.4.1',
                         'genshi>=0.5'],
       extras_require = {
         'oracle':  ['cx_Oracle>=5.0.2'],