This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author techtonik
Recipients docs@python, eric.araujo, nnorwitz, tarek, techtonik
Date 2012-05-16.19:18:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1337195926.01.0.924531281202.issue1635217@psf.upfronthosting.co.za>
In-reply-to
Content
PEP 345 completely misses practical side. I need to specify dependencies for my package, so that people who checked out the source code could run `pip install .` in virtualenv and get everything fetched.

People reading the docs are more practical. What is the alternative if `requires` doesn't work and `install_requires` is not official?
History
Date User Action Args
2012-05-16 19:18:46techtoniksetrecipients: + techtonik, nnorwitz, tarek, eric.araujo, docs@python
2012-05-16 19:18:46techtoniksetmessageid: <1337195926.01.0.924531281202.issue1635217@psf.upfronthosting.co.za>
2012-05-16 19:18:45techtoniklinkissue1635217 messages
2012-05-16 19:18:45techtonikcreate