Re: [Distutils] How setuptools reads requirements

2013-12-02 Thread Erik Bray
On Tue, Nov 19, 2013 at 1:56 PM, Kura wrote: > Hey guys > > I'm trying to dig in to how setuptools/distutils reads the > [install_]requires keyword and how requirements.txt is handled. > > I've tried running setup.py --requires but get an empty response back, this > also fails when using >=x.x,<=x

[Distutils] How setuptools reads requirements

2013-11-19 Thread Kura
Hey guys I'm trying to dig in to how setuptools/distutils reads the [install_]requires keyword and how requirements.txt is handled. I've tried running setup.py --requires but get an empty response back, this also fails when using >=x.x,<=x.y and causes a Python stack trace. Was wondering if so