Suppose, my plugin works jointly with others, and I may say, it depends strongly on other packages, similar like when we build python packages and there is a requirements.txt file that tells pip
what packages need to be installed.
How can we do that for avoiding the user install every single package manually?