Skip to content

Commit

Permalink
Merge branch 'update-vendored-deps' of github.com:pypa/pipenv into up…
Browse files Browse the repository at this point in the history
…date-vendored-deps
  • Loading branch information
techalchemy committed Oct 10, 2018
2 parents 14d6439 + 8ac5b1c commit 0a56224
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pipenv/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ def import_requirements(r=None, dev=False):
project.add_package_to_pipfile(str(package.req), dev=dev)
for index in indexes:
trusted = index in trusted_hosts
project.add_index_to_pipfile(index, trusted_host=trusted)
project.add_index_to_pipfile(index, verify_ssl=trusted)
project.recase_pipfile()


Expand Down

0 comments on commit 0a56224

Please sign in to comment.