nbdev icon indicating copy to clipboard operation
nbdev copied to clipboard

Add setuptools dependency

Open jlopezpena opened this issue 4 months ago • 0 comments

Since nbdev is importing stuff frompkg_resources, it should include setuptools as a dependency, otherwise this results in errors when trying to run nbdev commands in virtual environments for projects not managed with setuptools (eg uv or poetry).

Fixes #1423

jlopezpena avatar Oct 09 '24 16:10 jlopezpena