I have question regarding installation of requirements.txt in bitbucket pipeline -
in case new versions of libraries are released - often deployment fails because of incompatibility new versions with theirs dependent libraries - or even between 2 new released versions of used libraries.
How to deal with whole environment to avoid fails as well as to avoid hardcoding of versions (theoretically not good to have very old versions of libraries, and manually install newer versions is not a good solution too, imo)
requirements.txt: