We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
If you update requirements.txt but don't want to run a full "vagrant provision" you can do the following while SSH'd into the vagrant machine.
source /src/<PROJECT>/env/bin/activate pip install -r /titb/python/requirements.txt
Where project is either "web" or "worker" depending on which python environment you'd like to update.