Mercurial > sqlpython
comparison setup.py @ 363:5e98e7917de8
require cx_Oracle 5.0.2
author | catherine@cordelia |
---|---|
date | Tue, 02 Jun 2009 07:42:09 -0400 |
parents | f42f92dc7464 |
children | 477f0bf652b2 |
comparison
equal
deleted
inserted
replaced
362:d0f8c9e81efc | 363:5e98e7917de8 |
---|---|
15 author="Luca Canali", | 15 author="Luca Canali", |
16 author_email="luca.canali@cern.ch", | 16 author_email="luca.canali@cern.ch", |
17 url="http://packages.python.org/sqlpython", | 17 url="http://packages.python.org/sqlpython", |
18 packages=find_packages(), | 18 packages=find_packages(), |
19 include_package_data=True, | 19 include_package_data=True, |
20 install_requires=['pyparsing','cmd2>=0.5.4','cx_Oracle>=5.0.1', | 20 install_requires=['pyparsing','cmd2>=0.5.4','cx_Oracle>=5.0.2', |
21 'genshi>=0.5','sqlalchemy'], | 21 'genshi>=0.5','sqlalchemy'], |
22 keywords = 'client oracle database', | 22 keywords = 'client oracle database', |
23 license = 'MIT', | 23 license = 'MIT', |
24 platforms = ['any'], | 24 platforms = ['any'], |
25 entry_points = """ | 25 entry_points = """ |