José Alexandre
Results
2
issues of
José Alexandre
When I try to use pipreqs on an active venv, packages are duplicated if they exist both in the system and in the active venv. Simple example generated requirements: ```...
On this PR: - Adding feature to use local packages from venv; - Adding uni test `test_get_import_local_only_from_venv` **Why?** This feature resolve the opened issue #476. This is not a fix...