[docs] [issue1635217] Warn against using requires/provides/obsoletes in setup.py

anatoly techtonik report at bugs.python.org
Wed May 16 21:18:46 CEST 2012


anatoly techtonik <techtonik at gmail.com> added the comment:

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?

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue1635217>
_______________________________________


More information about the docs mailing list