mirror of
https://github.com/kennethreitz/pipenv.git
synced 2026-06-05 22:50:18 +00:00
fix: uninstall dev expecting tuple, not dict
This commit is contained in:
@@ -1390,6 +1390,7 @@ def uninstall(
|
||||
)
|
||||
)
|
||||
package_names = project.parsed_pipfile['dev-packages']
|
||||
package_names = package_names.keys()
|
||||
pipfile_remove = False
|
||||
else:
|
||||
puts(
|
||||
|
||||
Reference in New Issue
Block a user