Mercurial > sqlpython
diff setup.py @ 341:aa16fe026f01
working on gerald transition experiment
author | Catherine Devlin <catherine.devlin@gmail.com> |
---|---|
date | Tue, 14 Apr 2009 16:12:33 -0400 |
parents | 001d01eeac90 |
children | c652478be4fd |
line wrap: on
line diff
--- a/setup.py Thu Apr 09 15:54:08 2009 -0400 +++ b/setup.py Tue Apr 14 16:12:33 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.2','cx_Oracle','genshi>=0.5','sqlalchemy','gerald'], + install_requires=['pyparsing','cmd2>=0.5.2','cx_Oracle','genshi>=0.5','sqlalchemy',], keywords = 'client oracle database', license = 'MIT', platforms = ['any'],