Mercurial > sqlpython
comparison setup.py @ 482:8cf08822207b
beginning move to Gerald 0.4
author | catherine.devlin@gmail.com |
---|---|
date | Thu, 05 Aug 2010 07:06:48 -0400 |
parents | 920a45f244e8 |
children | 128aa57c4b8d |
comparison
equal
deleted
inserted
replaced
481:7e72a5f6a94b | 482:8cf08822207b |
---|---|
20 author="Luca Canali", | 20 author="Luca Canali", |
21 author_email="luca.canali@cern.ch", | 21 author_email="luca.canali@cern.ch", |
22 url="http://packages.python.org/sqlpython", | 22 url="http://packages.python.org/sqlpython", |
23 packages=find_packages(), | 23 packages=find_packages(), |
24 include_package_data=True, | 24 include_package_data=True, |
25 install_requires=['pyparsing','cmd2>=0.6.1','gerald>=0.3.6', | 25 install_requires=['pyparsing','cmd2>=0.6.1','gerald>=0.4.0', |
26 'genshi>=0.5'], | 26 'genshi>=0.5'], |
27 extras_require = { | 27 extras_require = { |
28 'oracle': ['cx_Oracle>=5.0.2'], | 28 'oracle': ['cx_Oracle>=5.0.2'], |
29 'postgres': ['psycopg2'], | 29 'postgres': ['psycopg2'], |
30 }, | 30 }, |