Merge branch 'fix-resolution' of github.com:pypa/pipenv into fix-resolution

This commit is contained in:
Dan Ryan
2018-10-10 17:40:45 -04:00
+1 -1
View File
@@ -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()