'How to install packages without dependencies using requirements.txt

I am trying to install the libraries without dependencies using requirements.txt. Is there any command or additional arguments I can provide to the libraries in requirements.txt so that the dependencies will not get installed? The code will be built using bamboo so I cannot use any commands with pip.



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source