From b70afe9fc9e366eccad483b01e7dbe3dc06bd88c Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Fri, 22 Sep 2017 19:19:34 -0400 Subject: [PATCH] pure, unadulterated magic Signed-off-by: Kenneth Reitz --- docs/advanced.rst | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/docs/advanced.rst b/docs/advanced.rst index eecbe0aa..cfd163d8 100644 --- a/docs/advanced.rst +++ b/docs/advanced.rst @@ -225,6 +225,16 @@ Here's an example ``Pipfile``, which will only install ``pywinusb`` on Windows s Voilà! +Here's a more complex example:: + + [[source]] + url = "https://pypi.python.org/simple" + verify_ssl = true + + [packages] + unittest2 = {version = ">=1.0,<3.0", markers="python_version < '2.7.9' or (python_version >= '3.0' and python_version < '3.4')"} + +Magic. Pure, unalderated magic. ☤ Detection of Security Vulnerabilities ---------------------------------------