On Feb 15, 2008 5:32 AM, Paul Johnston <[EMAIL PROTECTED]> wrote:
> Hi,
>
> I've noticed that setuptools supports "optional dependencies"
> http://peak.telecommunity.com/DevCenter/setuptools#declaring-extras-optional-features-with-their-own-dependencies
>
> Would it be worth adding one of these for each database SA supports?
it wouldn't be a horrible idea, but it's a little pointless as you
have to do extra work anyway.

>
> You could then do "easy_install sqlalchemy mssql" to get SA + the
> appropriate dbapi.
by the way the syntax is easy_install "some_package[extra1,extra2]"
<--- that on the other hand is horrible :)
>
> Paul
>
>  >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"sqlalchemy" group.
To post to this group, send email to sqlalchemy@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/sqlalchemy?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to