Mercurial > sqlpython
diff setup.py @ 501:1feb33957443
new sakila mysql tests
author | Catherine Devlin <catherine.devlin@gmail.com> |
---|---|
date | Mon, 01 Nov 2010 22:31:49 -0400 |
parents | 128aa57c4b8d |
children | 69997c324eb9 |
line wrap: on
line diff
--- a/setup.py Mon Nov 01 12:22:34 2010 -0400 +++ b/setup.py Mon Nov 01 22:31:49 2010 -0400 @@ -22,7 +22,7 @@ url="http://packages.python.org/sqlpython", packages=find_packages(), include_package_data=True, - install_requires=['pyparsing','cmd2>=0.6.1','gerald>=0.4.1', + install_requires=['pyparsing','cmd2>=0.6.1','gerald>=0.4.1.1', 'genshi>=0.5'], extras_require = { 'oracle': ['cx_Oracle>=5.0.2'],