I’ve been thinking about a way of cleaning the unnecessary dependencies inside a python virtual machine environment.
I saw different ways of doing this for instance cleaning through Pycharm IDE and installing a package called deptry
.
I’m planning to use poetry in further circumstances but if we consider the basic virtual environment is there any sufficient way to clean those unused dependencies?
New contributor
Callme-Milad is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
1