Path: csiph.com!usenet.pasdenom.info!aioe.org!news.stack.nl!newsfeed.xs4all.nl!newsfeed6.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.017 X-Spam-Evidence: '*H*': 0.97; '*S*': 0.00; 'pypi': 0.04; 'fetch': 0.09; 'subject:dependencies': 0.09; 'am,': 0.12; '*before*': 0.16; 'solution?': 0.16; 'subject:pypi': 0.16; 'cc:addr:python-list': 0.16; 'wrote:': 0.18; 'cc:no real name:2**0': 0.21; 'header:In- Reply-To:1': 0.22; 'diez': 0.23; 'writes:': 0.25; 'guess': 0.26; 'cc:2**0': 0.26; 'cc:addr:python.org': 0.29; '(and': 0.30; 'message-id:@gmail.com': 0.31; 'actually': 0.31; 'actual': 0.32; 'list': 0.32; 'there': 0.33; 'header:User-Agent:1': 0.33; 'something': 0.35; 'project': 0.35; 'install': 0.35; 'received:209.85.214': 0.36; 'received:10.0.0': 0.37; 'received:google.com': 0.37; 'received:209.85': 0.38; 'received:209': 0.39; 'your': 0.61; 'it)': 0.67; 'andrea': 0.84; 'easy_install': 0.84 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=qk6oNAK901DXexz1JMY06OEt3i/2Q8Z1TS+4riwihAk=; b=u0rgnk1RSYkQQLpeowp0F1HA3Ylh6fuQoDxeTby5xARGYOXgyg3wvdQHzoBrbP2A4z fb/C+CfntHsI7q313R3+CAyPjj+zqKh0z5xLW6lcNYt9CXMx20x+32uz2RVqmwYwXV1K rmro0S2HB3OAoDbIak4bNCbUJns+6CHElFR0vegwgoTWFxugxcKowMWqqfzzqVRXpnKv K8hClM2wVlmhfmdlBikqKfcENiMKfF/O2zV76uw8aZDRlklyJfAX/FfK+gooXfcxMhtz PrfBk3fIF+q6N4QZ+ENpupVYOTKO1qGCoD0d5xbZIVFX6HF4xnRAk8mSNNYWwQ8+af6/ 4h/Q== Date: Wed, 21 Mar 2012 13:03:44 +0000 From: Andrea Crotti User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:10.0.2) Gecko/20120217 Thunderbird/10.0.2 MIME-Version: 1.0 To: "Diez B. Roggisch" Subject: Re: pypi and dependencies References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: python-list@python.org X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 20 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1332335028 news.xs4all.nl 6890 [2001:888:2000:d::a6]:57292 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:21982 On 03/21/2012 11:38 AM, Diez B. Roggisch wrote: > 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 It would be nice to know the dependencies *before* you actually try to install it ;)