Path: csiph.com!usenet.pasdenom.info!weretis.net!feeder4.news.weretis.net!news.musoftware.de!wum.musoftware.de!fu-berlin.de!uni-berlin.de!not-for-mail From: deets@web.de (Diez B. Roggisch) Newsgroups: comp.lang.python Subject: Re: pypi and dependencies Date: Wed, 21 Mar 2012 12:38:03 +0100 Lines: 17 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: news.uni-berlin.de efo9rGjtNbgZpjGLOZlTkAWEJAm2BeCpbQQhrbSl7pCqx9r/CtHUhr Cancel-Lock: sha1:2037R9F3Zshv5qsukM2tjuqCEFk= User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.3 (darwin) Xref: csiph.com comp.lang.python:21979 Andrea Crotti 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