diff setup.py @ 242:8866fe0706c3 1.6.0

message when all columns excluded
author catherine@dellzilla
date Mon, 02 Mar 2009 16:21:49 -0500
parents d1f1022d2387
children aec778ef82b6
line wrap: on
line diff
--- a/setup.py	Mon Mar 02 06:38:30 2009 -0500
+++ b/setup.py	Mon Mar 02 16:21:49 2009 -0500
@@ -17,7 +17,7 @@
       url="https://twiki.cern.ch/twiki/bin/view/PSSGroup/SqlPython",
       packages=find_packages(),
       include_package_data=True,    
-      install_requires=['pyparsing','cmd2>=0.4.6','cx_Oracle','genshi>=0.5'],
+      install_requires=['pyparsing','cmd2>=0.4.7','cx_Oracle','genshi>=0.5'],
       keywords = 'client oracle database',
       license = 'MIT',
       platforms = ['any'],