Comment 2 for bug 1712634

Revision history for this message
Dimitri John Ledkov (xnox) wrote :

Yeah i got confused about that too.
Somehow it should be possible to process requirements.txt without loading setup.py.

I've added try: except ImportError: statements to my setup.py and I have both requirements.txt and build-package: stanzas to install the same thing.

Very redundant.