mirror of
https://github.com/kennethreitz/pipenv.git
synced 2026-06-05 22:50:18 +00:00
Fix unhashable type error in --selective-upgrade
This commit is contained in:
+1
-1
@@ -1829,7 +1829,7 @@ def do_install(
|
||||
if not is_star(section[package__name]) and is_star(package__val):
|
||||
# Support for VCS dependencies.
|
||||
package_args[i] = convert_deps_to_pip(
|
||||
{packages: section[package__name]}, project=project, r=False
|
||||
{package.name: section[package__name]}, project=project, r=False
|
||||
)[0]
|
||||
except KeyError:
|
||||
pass
|
||||
|
||||
Reference in New Issue
Block a user