python-bamboo-api icon indicating copy to clipboard operation
python-bamboo-api copied to clipboard

Requirements in requirements.txt should be setup.py install_requires

Open richard-reece opened this issue 7 years ago • 0 comments

The requirements.txt file is not examined during package install, only install_requires is, thus the package is not currently usable on installation (because bs4 is not installed).

richard-reece avatar Jun 05 '18 22:06 richard-reece