Comment 1 for bug 1091055

Revision history for this message
Michael Hudson-Doyle (mwhudson) wrote : Re: nevow does not include install_requires in setup.py

This is harder than I thought, because setup.py imports nevow and nevow/__init__.py imports nevow/_version.py which imports twisted.python.versions and pip doesn't seem to support setup_requires.

versiontools has a way of doing this sort of thing that doesn't require setup_requires: http://versiontools.readthedocs.org/en/latest/usage.html -- maybe Nevow could use that or something similar?