diff setup.py @ 175:f19e4c198251

before adding testing
author catherine@dellzilla
date Tue, 28 Oct 2008 15:06:27 -0400
parents 7a581c412cf1
children 2ab3a24d7974
line wrap: on
line diff
--- a/setup.py	Thu Oct 23 16:20:45 2008 -0400
+++ b/setup.py	Tue Oct 28 15:06:27 2008 -0400
@@ -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.3.7','cx_Oracle','genshi>=0.5'],
+      install_requires=['pyparsing','cmd2>=0.4','cx_Oracle','genshi>=0.5'],
       keywords = 'client oracle database',
       license = 'MIT',
       platforms = ['any'],