Am 12.01.2017 um 13:43 schrieb Nick Coghlan:
On 12 January 2017 at 22:04, Thomas Güttler
<guettl...@thomas-guettler.de> 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 `install_requires` in `setup.py`.

Applications and services don't necessarily have a setup.py file -
setup.py is more for pip-installable libraries and frameworks (see
https://caremad.io/posts/2013/07/setup-vs-requirement/ for more on
that topic).

What is an application?

The django project uses this definition: 
https://docs.djangoproject.com/en/1.10/ref/applications/

I guess you mean something else, if you talk about "application".

What is an application for you?

Regards,
  Thomas Güttler

--
Thomas Guettler http://www.thomas-guettler.de/
_______________________________________________
Distutils-SIG maillist  -  Distutils-SIG@python.org
https://mail.python.org/mailman/listinfo/distutils-sig

Reply via email to