Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #21979

Re: pypi and dependencies

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 <m2k42e89r8.fsf@web.de> (permalink)
References <mailman.814.1332176048.3037.python-list@python.org>
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

Show key headers only | View raw


Andrea Crotti <andrea.crotti.0@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

Back to comp.lang.python | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

pypi and dependencies Andrea Crotti <andrea.crotti.0@gmail.com> - 2012-03-19 16:54 +0000
  Re: pypi and dependencies Ben Finney <ben+python@benfinney.id.au> - 2012-03-20 22:18 +1100
    Re: pypi and dependencies Andrea Crotti <andrea.crotti.0@gmail.com> - 2012-03-20 12:01 +0000
  Re: pypi and dependencies deets@web.de (Diez B. Roggisch) - 2012-03-21 12:38 +0100
    Re: pypi and dependencies Andrea Crotti <andrea.crotti.0@gmail.com> - 2012-03-21 13:03 +0000

csiph-web