python-bamboo-api
python-bamboo-api copied to clipboard
Requirements in requirements.txt should be setup.py install_requires
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).