[HOTFIX] Remove pinning of httplib2

Google fixed their shit, see https://github.com/googleapis/google-api-python-client/issues/803
This commit is contained in:
Shivam Jha 2020-03-14 11:26:24 +05:30 committed by GitHub
parent 2fddd06178
commit 1ebd416f42
Signed by untrusted user: GitHub
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,5 +1,4 @@
python-telegram-bot==12.2.0 python-telegram-bot==12.2.0
httplib2==0.15.0
google-api-python-client>=1.7.11,<1.7.20 google-api-python-client>=1.7.11,<1.7.20
google-auth-httplib2>=0.0.3,<0.1.0 google-auth-httplib2>=0.0.3,<0.1.0
google-auth-oauthlib>=0.4.1,<0.10.0 google-auth-oauthlib>=0.4.1,<0.10.0