The function f-expand is called in line 182 of pipenv.el. This results in the following error message if the f.el package isn't installed.
pipenv--f-parent: Symbol’s function definition is void: f-expand
It appears this was missed when f.el was removed as a dependency.
The function
f-expandis called in line 182 ofpipenv.el. This results in the following error message if thef.elpackage isn't installed.It appears this was missed when
f.elwas removed as a dependency.