pypi and dependencies

Diez B. Roggisch deets at web.de
Wed Mar 21 07:38:03 EDT 2012


Andrea Crotti <andrea.crotti.0 at gmail.com> writes:

> When I publish something on Pypi, is there a way to make it fetch the
> list of dependencies needed by my project automatically?
>
> It would be nice to have it in the Pypi page, without having to look
> at the actual code..
> Any other possible solution?

I don't understand this - if you declare the dependencies of your
published package in the requires-section of the setup()-call,
easy_install (and I guess pip as well, no experience with it) will
automatically fetch these.

Is that what you wanted to know?

Diez



More information about the Python-list mailing list