pypi and dependencies

Andrea Crotti andrea.crotti.0 at gmail.com
Wed Mar 21 09:03:44 EDT 2012


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

It would be nice to know the dependencies *before* you actually try to 
install it ;)



More information about the Python-list mailing list