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 eric.araujo
Recipients docs@python, eric.araujo, nnorwitz, tarek, techtonik
Date 2012-05-17.20:04:11
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1337285052.16.0.524076367067.issue1635217@psf.upfronthosting.co.za>
In-reply-to
Content
Right now the standard (i.e. official) way is Requires, which is unusable; the de facto standard (but not blessed by any PEP) is setuptools’ install_requires.  The new standard is documented in d2 docs and there will be examples (http://bugs.python.org/issue1635217#msg112787).
History
Date User Action Args
2012-05-17 20:04:12eric.araujosetrecipients: + eric.araujo, nnorwitz, techtonik, tarek, docs@python
2012-05-17 20:04:12eric.araujosetmessageid: <1337285052.16.0.524076367067.issue1635217@psf.upfronthosting.co.za>
2012-05-17 20:04:11eric.araujolinkissue1635217 messages
2012-05-17 20:04:11eric.araujocreate