Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #21982
| Date | 2012-03-21 13:03 +0000 |
|---|---|
| From | Andrea Crotti <andrea.crotti.0@gmail.com> |
| Subject | Re: pypi and dependencies |
| References | <mailman.814.1332176048.3037.python-list@python.org> <m2k42e89r8.fsf@web.de> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.858.1332335028.3037.python-list@python.org> (permalink) |
On 03/21/2012 11:38 AM, Diez B. Roggisch wrote: > 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 It would be nice to know the dependencies *before* you actually try to install it ;)
Back to comp.lang.python | Previous | Next — Previous in thread | Find similar | Unroll 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