Forums

upgrading a python library for a webapp

need to upgrade httplib2 for my webapp to work [again]

normally would do: pip3 install httplib2 --upgrade

how do I accomplish this here for my webapp?

Is this help page what you are looking for?