Comment 2 for bug 1091055

Revision history for this message
Tristan Seligmann (mithrandi) wrote : Re: nevow does not include install_requires in setup.py

I believe pip does support setup_requires, but your setup.py needs to be executable without those dependencies available for pip (or anything else) to actually run it to determine values such as setup_requires. I think the install-time import of nevow is kinda icky, so it would be nice to avoid this.