I'm not interested in installing the package itself, but I'm interested in installing all the dependencies used by my package. Is there a way to do this using setup.py ? Seems to setup.py install my package and all dependencies.
setup.py
Use the -e flag when installing pip
pip install -e .