Mercurial > sqlpython
diff setup.py @ 141:ddfab7bb9d94 1.4.8
tie to cmd2 0.3.6
author | catherine@Elli.myhome.westell.com |
---|---|
date | Thu, 04 Sep 2008 11:33:32 -0400 |
parents | 4c59f4a8b680 |
children | d5917f02ae83 |
line wrap: on
line diff
--- a/setup.py Wed Sep 03 17:27:28 2008 -0400 +++ b/setup.py Thu Sep 04 11:33:32 2008 -0400 @@ -18,7 +18,7 @@ packages=find_packages(), py_modules = ['mysqlpy','completion','sqlpyPlus','sqlpython','pexpecter'], include_package_data=True, - install_requires=['pyparsing','cmd2>=0.3.5','cx_Oracle'], + install_requires=['pyparsing','cmd2>=0.3.6','cx_Oracle'], keywords = 'client oracle database', license = 'MIT', platforms = ['any'],