From the root of your project run:
pip freeze --all | wc -l
This will return a number which indicates the total no. of dependencies of your Python project.
Updated: ⚬ Page views: loading...
From the root of your project run:
pip freeze --all | wc -l
This will return a number which indicates the total no. of dependencies of your Python project.