mirror of
https://github.com/kennethreitz/pipenv.git
synced 2026-06-05 22:50:18 +00:00
Merge pull request #2986 from WPMedia/trusted-host-keyword-error
Keyword arg error in Getting `add_index_to_pipfile`
This commit is contained in:
+1
-1
@@ -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()
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user