diff setup.py @ 146:d5917f02ae83

html output switched to genshi
author catherine@Elli.myhome.westell.com
date Thu, 25 Sep 2008 15:40:20 -0400
parents ddfab7bb9d94
children 3b1e25cc0e38
line wrap: on
line diff
--- a/setup.py	Tue Sep 23 07:43:11 2008 -0400
+++ b/setup.py	Thu Sep 25 15:40:20 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.6','cx_Oracle'],
+      install_requires=['pyparsing','cmd2>=0.3.6','cx_Oracle','genshi'],
       keywords = 'client oracle database',
       license = 'MIT',
       platforms = ['any'],