Path: csiph.com!usenet.pasdenom.info!aioe.org!news.stack.nl!newsfeed.xs4all.nl!newsfeed6.news.xs4all.nl!xs4all!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.030 X-Spam-Evidence: '*H*': 0.94; '*S*': 0.00; 'pypi': 0.04; 'fetch': 0.09; 'subject:dependencies': 0.09; 'solution?': 0.16; 'subject:pypi': 0.16; 'message-id:@gmail.com': 0.31; 'actual': 0.32; 'list': 0.32; 'there': 0.33; 'header:User-Agent:1': 0.33; 'to:addr:python-list': 0.35; 'something': 0.35; 'project': 0.35; 'received:209.85.214': 0.36; 'to:name:python-list': 0.37; 'received:10.0.0': 0.37; 'received:google.com': 0.37; 'received:209.85': 0.38; 'received:209': 0.39; 'to:addr:python.org': 0.40 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:subject :content-type:content-transfer-encoding; bh=YuWteSxtPITr5P4V7ps/UhpaB+OdnXDyyINAOg59rx8=; b=uPlPeC2jqaDUT6ZpZNa30jFQtFKUwCYxakJiGwBdMcIhS2lwe7E5jxZH4ztPONTAGr KUkFIFVLdS3qgVOTJE6FTcm1zUghms/V4qS/Y1T4mVIxPl+awkd9tWmA0bdfRg2Yj5di CbsyNPx8Fz2MLEjwjol40uJmXruo4DvmWL4ztcFm5gea+Q07kOwEWXSxxUpPjkVK4BBA sPUi42fHZP1pnFMLVG4WgXjuguovjDB38Cc/NtEfQnlZt/1L7OeyOeP69qRmibu+YQJ1 kcDwpXf0UtsXE1dy9h3PYfaqlbucXY/GYIXwQVw6tGtkTnn8IEhR+17TYBHlAWYwWNx9 DW9w== Date: Mon, 19 Mar 2012 16:54:03 +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: python-list Subject: pypi and dependencies Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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: 6 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1332176048 news.xs4all.nl 6972 [2001:888:2000:d::a6]:56609 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:21903 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?