[Distutils] Not repeating requirements for eggs
Kevin Dangoor
dangoor at gmail.com
Thu Jul 28 21:35:32 CEST 2005
On 7/28/05, Phillip J. Eby <pje at telecommunity.com> wrote:
> >If so, it seems like a function could be added to pkg_resources
> >that goes through this egg's required dependencies and does a
> >require() on them. Something like
> >pkg_resources.requireAll("MyProjectName").
> >
> >What do you think?
>
> I think it's called pkg_resources.require("MyProjectName"), and what's
> more, you probably don't need to use it. :)
I like that answer :)
Kevin
More information about the Distutils-SIG
mailing list