On 03/21/2012 11:38 AM, Diez B. Roggisch wrote:
Andrea Crotti<andrea.crott...@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

It would be nice to know the dependencies *before* you actually try to install it ;)
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to