Mercurial > sqlpython
diff setup.py @ 359:f42f92dc7464
silencing baseexception warnings
author | catherine@cordelia |
---|---|
date | Mon, 01 Jun 2009 16:23:44 -0400 |
parents | cdd403e73132 |
children | 5e98e7917de8 |
line wrap: on
line diff
--- a/setup.py Thu May 28 17:37:20 2009 -0400 +++ b/setup.py Mon Jun 01 16:23:44 2009 -0400 @@ -17,7 +17,7 @@ url="http://packages.python.org/sqlpython", packages=find_packages(), include_package_data=True, - install_requires=['pyparsing','cmd2>=0.5.4','cx_Oracle>=5.0.1' + install_requires=['pyparsing','cmd2>=0.5.4','cx_Oracle>=5.0.1', 'genshi>=0.5','sqlalchemy'], keywords = 'client oracle database', license = 'MIT',