Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
svuk committed Mar 13, 2021
1 parent 48034b5 commit 910074e
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions pur/__init__.py
Expand Up @@ -356,9 +356,10 @@ def _get_requirements_and_latest(
:param pre: List of packages to allow updating to pre-release
versions.
:param index_urls: List of base URLs of the Python Package Index.
:param verify: (optional) Either a boolean, in which case it controls whether we verify
the server's TLS certificate, or a string, in which case it must be a path
to a CA bundle to use. Defaults to ``True``.
:param verify: Either a boolean, in which case it controls whether we
verify the server's TLS certificate, or a string, in
which case it must be a path to a CA bundle to use.
Defaults to None.
"""
session = PipSession()
if verify:
Expand Down

0 comments on commit 910074e

Please sign in to comment.