Mercurial > sqlpython
comparison setup.py @ 451:fd86d22fe00d
mostly compatible with cmd2 0.6 - minor transcript test problem
author | catherine@Drou |
---|---|
date | Mon, 15 Feb 2010 17:44:56 -0500 |
parents | e89db2eaa0b4 |
children | d0164c122938 |
comparison
equal
deleted
inserted
replaced
450:abf71d72f467 | 451:fd86d22fe00d |
---|---|
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.6.0','gerald>=0.3.5', | 20 install_requires=['pyparsing','cmd2>=0.6.0','gerald>=0.3.6', |
21 'genshi>=0.5'], | 21 'genshi>=0.5'], |
22 extras_require = { | 22 extras_require = { |
23 'oracle': ['cx_Oracle>=5.0.2'], | 23 'oracle': ['cx_Oracle>=5.0.2'], |
24 'postgres': ['psycopg2'], | 24 'postgres': ['psycopg2'], |
25 }, | 25 }, |