Re: [Distutils] How to specify dependencies in Python

2017-01-12 Thread Nick Coghlan
On 12 January 2017 at 22:04, Thomas Güttler wrote: > I came across a python library which has docs, which start like this: > > {{{ > > Quickstart > > Include foolib in your requirements.txt file. > > }}} > > AFAIK dependencies should be specified via

[Distutils] How to specify dependencies in Python

2017-01-12 Thread Thomas Güttler
I came across a python library which has docs, which start like this: {{{ Quickstart Include foolib in your requirements.txt file. }}} AFAIK dependencies should be specified via `install_requires` in `setup.py`. Should I talk to the maintainer of the library and create a pull-request for