with the recent switch to HTTPS by default [0] I'm wondering if it still
makes sense to keep httplib2 (the upstream version, not the one
maintained at [1]) as a dependency in setup.py?
I did try adding depency links as described by [2]:
dependency_links=[
'git+https://git.wikimedia.org/git/pywikibot/externals/httplib2.git#egg=httplib2-0.8.0'
],