Mercurial > sqlpython
changeset 159:7a581c412cf1
need recent genshi
author | catherine@dellzilla |
---|---|
date | Mon, 29 Sep 2008 15:35:51 -0400 |
parents | 01b3454f3a5d |
children | 8329ab7a3a49 |
files | setup.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/setup.py Mon Sep 29 15:30:30 2008 -0400 +++ b/setup.py Mon Sep 29 15:35:51 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'], + install_requires=['pyparsing','cmd2>=0.3.7','cx_Oracle','genshi>=0.5'], keywords = 'client oracle database', license = 'MIT', platforms = ['any'],