tags | title | created | modified | ||||
---|---|---|---|---|---|---|---|
|
Remove Unused pip dependencies |
2022-08-04T03:58:57.701Z |
2022-08-18T16:21:08.007Z |
sometimes we install a single package which brings about tons of dependencies in python, pip-autoremove
comes in handy.
install it by pip3 install pip-autoremove
though be careful these dependencies might not be used in other existing packages, they are sometimes still being used in your code!