diff setup.py @ 324:9cbea1d8872e 1.6.4

version 1.6.4, works with cmd2 0.5.2 for more flexible testing
author Catherine Devlin <catherine.devlin@gmail.com>
date Fri, 03 Apr 2009 13:09:54 -0400
parents f200a222a936
children 001d01eeac90
line wrap: on
line diff
--- a/setup.py	Fri Apr 03 08:00:45 2009 -0400
+++ b/setup.py	Fri Apr 03 13:09:54 2009 -0400
@@ -9,7 +9,7 @@
 Operating System :: OS Independent""".splitlines()
 
 setup(name="sqlpython",
-      version="1.7.0",
+      version="1.6.4",
       description="Command-line interface to Oracle",
       long_description="Customizable alternative to Oracle's SQL*PLUS command-line interface",
       author="Luca Canali",
@@ -17,7 +17,7 @@
       url="http://packages.python.org/sqlpython",
       packages=find_packages(),
       include_package_data=True,    
-      install_requires=['pyparsing','cmd2>=0.5.0','cx_Oracle','genshi>=0.5'],
+      install_requires=['pyparsing','cmd2>=0.5.2','cx_Oracle','genshi>=0.5','sqlalchemy'],
       keywords = 'client oracle database',
       license = 'MIT',
       platforms = ['any'],